Use new reverse proxy settings

This commit is contained in:
decentral1se 2021-04-29 16:02:48 +02:00
parent e7870c60de
commit 5da44165a4
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export APP_INI_VERSION=v6
export APP_INI_VERSION=v7
export DOCKER_SETUP_SH_VERSION=v1

View File

@ -35,6 +35,8 @@ START_SSH_SERVER = true
[security]
INSTALL_LOCK = true
INTERNAL_TOKEN = {{ secret "internal_token" }}
REVERSE_PROXY_LIMIT = 1
REVERSE_PROXY_TRUSTED_PROXIES = *
SECRET_KEY = {{ secret "secret_key" }}
[oauth2]