tcely
a8d8e9d055
Update run
2025-04-30 21:23:14 -04:00
tcely
045bfcbfd6
Add a random offset to the sleep value
2025-04-08 14:22:09 -04:00
tcely
0011a4ef55
Add a random offset to the sleep value
2025-04-08 14:20:59 -04:00
tcely
d77ca0f7cc
Add a random offset to the sleep value
2025-04-08 14:19:38 -04:00
tcely
7b081a7aaf
Relaunch the filesystem worker after 12 hours
2025-04-08 14:14:42 -04:00
tcely
784acae83a
Relaunch the database worker after 24 hours
2025-04-08 14:10:03 -04:00
tcely
738fca1200
Relaunch the network worker after 12 hours
2025-04-08 14:01:53 -04:00
tcely
10aa455ba9
Limit the worker to a single queue
2025-04-07 00:38:09 -04:00
tcely
b33ff71678
Added additional tubesync workers
2025-04-06 20:38:26 -04:00
tcely
7272811434
Update down-signal
2025-03-29 23:21:19 -04:00
tcely
c99985d7ff
Create down-signal for tubesync-worker
2025-03-29 22:57:36 -04:00
tcely
7b9819c18d
Remove useless duplicated assignment
2025-03-07 21:27:09 -05:00
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