mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-12-14 02:03:13 +00:00
security: only expose /p
https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html says so
This commit is contained in:
2
start.sh
2
start.sh
@@ -35,7 +35,7 @@ done
|
||||
|
||||
|
||||
echo "Updating config file"
|
||||
php cli/reconfigure.php --default_user admin --base_url "https://${APP_DOMAIN}/p" \
|
||||
php cli/reconfigure.php --default_user admin --base_url "https://${APP_DOMAIN}" \
|
||||
--db-type mysql --db-host "${MYSQL_HOST}" \
|
||||
--db-user "${MYSQL_USERNAME}" --db-password "${MYSQL_PASSWORD}" \
|
||||
--db-base "${MYSQL_DATABASE}" --db-prefix "" \
|
||||
|
||||
Reference in New Issue
Block a user