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
bf2cc9204a
nginx should be killed during stage3
...
Now it was killed when the run script finishes
2021-12-07 12:15:21 +01:00
Luc
ca7bd75a72
scripts should end with an empty line
2021-12-07 12:11:42 +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
402a38ab57
shutdown nginx deamon during stage 3 of s6-overlay
2021-12-07 11:47:41 +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
4774a35d44
add non-persistent redis server to container, resolves #186
2021-11-16 22:20:16 +11:00
meeb
b1b852d82c
add check for stale PID file or old processes to gracefully handle hard container stop/starts, discussed in #144
2021-08-27 17:13:25 +10:00
meeb
06cfafb803
assert the healthcheck.py exec permissions are preserved, should resolve #41
2021-01-25 13:35:42 +11:00
meeb
5da202ceaa
fix healthcheck permissions
2020-12-17 19:23:32 +11:00
meeb
9928443c46
allow sass to be recompiled if required inside the container
2020-12-13 22:52:50 +11:00
meeb
8de5e63781
allow sass to be recompiled if required inside the container
2020-12-13 22:43:06 +11: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