Add ability to limit user registrations

This commit is contained in:
Chocobozzz
2017-07-25 20:17:28 +02:00
parent 3d09cdbf90
commit 291e8d3eed
15 changed files with 97 additions and 41 deletions

View File

@@ -33,6 +33,7 @@ admin:
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!

View File

@@ -20,3 +20,6 @@ storage:
admin:
email: 'admin1@example.com'
signup:
limit: 4