Add new config

This commit is contained in:
Jesús
2021-08-14 18:43:55 -05:00
parent c0949018cf
commit 9a023aab3d
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,12 @@ if [ ! -d "/root/.youtube-local" ]; then
# generate config
cat > /root/.youtube-local/settings.txt <<- EOF
# Set app public mode, disabled by default
app_public = ${APP_PUBLIC:-False}
# Set URL of app for example: http://localhost
app_url = ${APP_URL:-http://localhost}
# 0 - Off
# 1 - On, except video
# 2 - On, including video (see warnings)