mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add possibility to manage trust_proxy list in docker image
This commit is contained in:
@@ -3,6 +3,7 @@ PEERTUBE_DB_PASSWORD=postgres_password
|
||||
PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
|
||||
PEERTUBE_WEBSERVER_PORT=443
|
||||
PEERTUBE_WEBSERVER_HTTPS=true
|
||||
PEERTUBE_TRUST_PROXY=127.0.0.1
|
||||
PEERTUBE_SMTP_USERNAME=
|
||||
PEERTUBE_SMTP_PASSWORD=
|
||||
PEERTUBE_SMTP_HOSTNAME=
|
||||
|
||||
@@ -7,6 +7,8 @@ webserver:
|
||||
__name: "PEERTUBE_WEBSERVER_HTTPS"
|
||||
__format: "json"
|
||||
|
||||
trust_proxy: "PEERTUBE_TRUST_PROXY"
|
||||
|
||||
database:
|
||||
hostname: "PEERTUBE_DB_HOSTNAME"
|
||||
port:
|
||||
|
||||
Reference in New Issue
Block a user