Commit Graph

8 Commits

Author SHA1 Message Date
Luc 95b77765c7 takes care of point 3
Only one allowed host is enough in the container environment. All traffic is coming from Nginx.
Do not set the Host header in Nginx it will screw with the ALLOWED_HOSTS in Python.

The TUBESYNC_HOSTS now only affects the CSRF_TRUSTED_ORIGINS.
If there is a *need* the hosts are required in ALLOWED_HOSTS I would like to know in which scenario.
2021-12-08 10:48:29 +01:00
Luc cd86e91f5b tell users that tubesync is available on port 4848
It is confusing with the other ports in the log
2021-12-07 11:51:39 +01:00
Luc fe7baed7f9 log to file, use the log_format 2021-12-07 10:58:22 +01:00
Luc c7a281c78e keep original proto header if exists 2021-12-07 10:57:45 +01:00
Luc 4444367d67 remove implied comments 2021-12-07 10:53:34 +01:00
Luc 02b41dae0b fix inconsistent syntax 2021-12-07 10:52:22 +01:00
meeb 39bdd5afb9 force http host in nginx 2020-12-13 18:02:34 +11:00
meeb 902bb1f26f functioning container build 2020-12-13 16:13:30 +11:00