Skip to content
Snippets Groups Projects
Commit deefdf38 authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable peertube signups

parent 30f7875e
No related branches found
No related tags found
No related merge requests found
......@@ -462,8 +462,8 @@ function peertube_create_config {
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
echo '' >> $peertube_config_file
echo 'signup:' >> $peertube_config_file
echo ' enabled: false' >> $peertube_config_file
echo ' limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
echo ' enabled: true' >> $peertube_config_file
echo ' limit: 5 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
echo '' >> $peertube_config_file
echo 'user:' >> $peertube_config_file
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment