Enable peertube signups
This commit is contained in:
parent
30f7875e59
commit
deefdf38eb
|
@ -462,8 +462,8 @@ function peertube_create_config {
|
||||||
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
|
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
|
||||||
echo '' >> $peertube_config_file
|
echo '' >> $peertube_config_file
|
||||||
echo 'signup:' >> $peertube_config_file
|
echo 'signup:' >> $peertube_config_file
|
||||||
echo ' enabled: false' >> $peertube_config_file
|
echo ' enabled: true' >> $peertube_config_file
|
||||||
echo ' limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
echo ' limit: 5 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
||||||
echo '' >> $peertube_config_file
|
echo '' >> $peertube_config_file
|
||||||
echo 'user:' >> $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
|
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
|
||||||
|
|
Loading…
Reference in New Issue