Commit Graph

38 Commits

Author SHA1 Message Date
tcely
09d386040d
nginx only creates one directory level 2025-03-03 14:09:56 -05:00
tcely
72d3ce37b9
fixup: remove unneeded spaces 2025-03-03 09:56:39 -05:00
tcely
efbbc7a178
Keep a copy of long running web responses 2025-03-03 09:32:00 -05:00
tcely
c5e96d6a29
Correct inconsistent spacing in nginx.conf 2025-03-03 09:16:56 -05:00
tcely
663dbd48e1
Adjust nginx timeout 2025-03-03 09:10:53 -05:00
tcely
e04562d8be
Add the port to the Host header
Without this, port 80 may be assumed, which would be incorrect.
2025-02-27 08:59:21 -05:00
tcely
e2dd61af66
Pass through forwarded Host & Port 2025-02-27 08:43:14 -05:00
tcely
fff42cec09
fixup: remove the extra blank line 2025-02-25 03:36:11 -05:00
tcely
921e053fc3
Remove unnecessary chmod executions
Setting the mode to the same value twice is only wasted effort.
2025-02-25 03:34:02 -05:00
tcely
a111da9104
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/type 2025-02-24 04:39:04 -05:00
tcely
3f93d0ae34
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/dependencies 2025-02-24 04:38:53 -05:00
tcely
b474e9e817
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/run 2025-02-24 04:38:45 -05:00
tcely
3d1cc110ac
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/type 2025-02-24 04:37:46 -05:00
tcely
1ba97749df
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/run 2025-02-24 04:37:37 -05:00
tcely
170671d4ec
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/dependencies 2025-02-24 04:37:25 -05:00
tcely
bd5dbbd295
Delete config/root/etc/s6-overlay/s6-rc.d/redis/type 2025-02-24 04:33:28 -05:00
tcely
e0b98f34b7
Delete config/root/etc/s6-overlay/s6-rc.d/redis/dependencies 2025-02-24 04:33:14 -05:00
tcely
44910edbb1
Delete config/root/etc/s6-overlay/s6-rc.d/redis/run 2025-02-24 04:33:00 -05:00
tcely
0e4c5b10c9
Delete config/root/etc/redis/redis.conf 2025-02-24 04:32:26 -05:00
tcely
3939616d31
export TUBESYNC_RESET_DOWNLOAD_DIR
We don't need to overcomplicate this.
`sh` and `bash` provide easy ways to set empty variables.
2025-02-01 19:54:49 -05:00
tcely
d34e1a204e
Set a default nice level
Now that SponsorBlock is running, these jobs are using significant CPU resources.

Setting a nice level to let other things run better while `ffmpeg` is running seems wise.
2025-01-27 16:12:52 -05:00
meeb
ee5f611592
Merge pull request #614 from tcely/patch-4
Make better use of CPU cache with nginx
2025-01-10 02:19:49 +11:00
tcely
ab5e63f643
Make better use of CPU cache with nginx 2025-01-08 00:12:21 -05:00
tcely
6e116899a7
We don't need to keep bash running 2025-01-07 23:45:25 -05:00
meeb
72c3242e70 add TUBESYNC_RESET_DOWNLOAD_DIR env var to toggle resetting permissions on /downloads in the container on start, resolves #354 2023-03-26 14:05:47 +11:00
meeb
812fbc5f46 remove per-init timeout 2023-01-20 13:55:54 +11:00
meeb
438316953a increase tubesync-init up timeout to 60s 2023-01-19 04:11:10 +11:00
meeb
0845a6662d switch to s6 v3, bump s6 to 3.1.2.1, bump ffmpeg to 2023-01-03-12-55, bump yt-dlp to 2023.01.06, fix multi-arch builds 2023-01-18 18:39:23 +11:00
Laurent DEFERT
bf99241ad2 embedded video player, video downloads 2022-12-28 12:03:40 +01:00
meeb
e8d899d273 use container config base dir for cookies when using container local settings, resolves #259 2022-08-14 15:43:49 +10: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