Commit Graph

60 Commits

Author SHA1 Message Date
tcely
349ca41080
Load packaged modules in nginx.conf 2025-05-24 23:32:47 -04:00
tcely
98f3bba9e8
Support --link variables 2025-05-17 00:31:55 -04:00
tcely
14877a8c7d
Set YT_POT_BGUTIL_BASE_URL for the user 2025-05-16 23:59:13 -04:00
tcely
f7d3367a9f
Use the environment variable directly 2025-05-16 23:37:23 -04:00
tcely
0919b03143
Set the scheme from YT_POT_BGUTIL_BASE_URL 2025-05-16 22:11:42 -04:00
tcely
5f797d0915
Add YT_POT_BGUTIL_BASE_URL environment variable 2025-05-16 21:57:37 -04:00
tcely
8819a94596
Add server_name 2025-05-16 21:32:54 -04:00
tcely
4abd768ba8
Create token_server.conf 2025-05-16 19:59:09 -04:00
tcely
12aa6b4134
Use token_server.conf 2025-05-16 19:55:56 -04:00
tcely
cf8555aab1
Show migrations when debugging 2025-05-02 14:28:20 -04:00
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