Implement contact form on server side

This commit is contained in:
Chocobozzz
2019-01-10 11:32:37 +01:00
parent 8d00889b60
commit a4101923e6
32 changed files with 541 additions and 49 deletions
+6 -1
View File
@@ -102,7 +102,12 @@ cache:
size: 500 # Max number of video captions/subtitles you want to cache
admin:
email: 'admin@example.com' # Your personal email as administrator
# Used to generate the root user at first startup
# And to receive emails from the contact form
email: 'admin@example.com'
contact_form:
enabled: true
signup:
enabled: false
+5
View File
@@ -115,8 +115,13 @@ cache:
size: 500 # Max number of video captions/subtitles you want to cache
admin:
# Used to generate the root user at first startup
# And to receive emails from the contact form
email: 'admin@example.com'
contact_form:
enabled: true
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+3
View File
@@ -21,6 +21,9 @@ smtp:
log:
level: 'debug'
contact_form:
enabled: true
redundancy:
videos:
check_interval: '10 minutes'