Commit Graph

303 Commits

Author SHA1 Message Date
Georges-Antoine Assi
d073657365 Allow setting dynamic PUID/PGID 2024-03-17 19:56:25 -04:00
Georges-Antoine Assi
02f27ace40 disable built in redis if env set 2024-03-17 17:05:26 -04:00
Georges-Antoine Assi
8a7193d0e4 Add route in nginx for assets that 404s 2024-03-12 15:47:59 +00:00
Georges-Antoine Assi
e024fc987f bind redis data volume 2024-03-12 02:07:31 +00:00
Georges-Antoine Assi
558a1d0a8d add comments to redis in dockerfile 2024-03-06 10:01:08 -05:00
Georges-Antoine Assi
a36d49979e [WIP] build redis into container
expose port right
2024-03-01 10:36:02 -05:00
Georges-Antoine Assi
7ff61b6fe5 tweak docekrfile 2024-02-07 04:50:06 +00:00
Georges-Antoine Assi
ec5fe09d90 fix some build issues 2024-02-06 23:33:28 -05:00
Georges-Antoine Assi
6bcadec702 everything we need for 3.0 2024-02-01 18:13:16 -05:00
Georges-Antoine Assi
eb18388a81 Mega refactor of asset 2024-02-01 17:59:06 -05:00
Georges-Antoine Assi
f3d44aae41 api endpoint for raw asset access 2024-01-18 09:48:57 -05:00
Georges-Antoine Assi
bd245cec4a Change urls to specify webrcade 2023-12-28 13:02:00 -05:00
Georges-Antoine Assi
4b97e21f46 Merge branch 'master' into webrcade-feed 2023-12-27 19:34:58 -05:00
Zurdi
25aab268e9 added pipx to dockerfile 2023-12-13 17:17:57 +01:00
Zurdi
4155632988 fixed build workflow installing poetry with pipx 2023-12-13 16:24:34 +01:00
Zurdi
0c51585fc6 adapted workflows to poetry_npm 2023-12-13 15:40:51 +01:00
Lukas Wingerberg
74e8875f64 Update nginx default.conf 2023-11-14 09:24:57 +01:00
Lukas Wingerberg
d4dfda20a3 fix comment 2023-11-02 10:58:05 +01:00
Lukas Wingerberg
51c67a4e5d dont start the watcher.py when we disable rescan on change 2023-11-02 10:53:52 +01:00
Lukas Wingerberg
97f633f608 fix rare case where a socket file could be lingering leading to stsartup errors on uvicorn 2023-11-02 10:18:27 +01:00
Lukas Wingerberg
9204cf3381 Update docker/init_scripts/init
Co-authored-by: Georges-Antoine Assi <GAntoine@users.noreply.github.com>
2023-11-01 09:47:47 +01:00
Lukas Wingerberg
b1ca77e327 Update docker/init_scripts/init
Co-authored-by: Georges-Antoine Assi <GAntoine@users.noreply.github.com>
2023-11-01 09:47:34 +01:00
Lukas Wingerberg
b2ebe36c28 add error_log function that exit 1's implicitely 2023-10-31 23:05:34 +01:00
Lukas Wingerberg
e27a41e9dd simplify the init script a bit to lessen code duplication 2023-10-31 23:02:12 +01:00
Lukas Wingerberg
adf8127295 refactor init script and add error handling via watchdog loop 2023-10-31 22:39:08 +01:00
zurdi
e9204945fe scheduler and watchdog init_script fixed 2023-10-31 13:10:43 +01:00
zurdi
de836543a0 execution permissions given to scheduler and watchdog init scripts 2023-10-31 10:33:31 +01:00
zurdi
174a43888b unlimited client_max_body_size in nginx 2023-10-31 10:01:43 +01:00
Georges-Antoine Assi
89a87249cb Merge branch 'master' into scheduled-tasks 2023-10-27 15:27:22 -04:00
zurdi
7001511e26 fix - romm user added to nginx config and dockerfile 2023-10-25 01:33:45 +02:00
Zurdi
7e4625612d init script typo fixed 2023-10-25 00:23:48 +02:00
Lukas Wingerberg
8b9d174ef7 add libffi to fix arm64 builds and reorder packages alphabetically 2023-10-24 23:11:10 +02:00
Lukas Wingerberg
6fe4562d3d Move docker labels into git workflow 2023-10-24 22:55:53 +02:00
Lukas Wingerberg
45f41e0069 remove duplicate package installs 2023-10-23 20:07:07 +02:00
Lukas Wingerberg
10f34a6495 add venv to docker and refactor to get rid of python build dependencies that are not needed at runtime 2023-10-22 15:56:05 +02:00
Lukas Wingerberg
584b8c5619 further reduce docker image size by cleaning up poetry cache 2023-10-22 14:06:10 +02:00
Lukas Wingerberg
87ae129cf3 further reduce docker image size by removing build deps and squashing layers down to 1 2023-10-22 14:02:34 +02:00
Lukas Wingerberg
db282479b0 switch uvicorn and nginx to communicate via unix socket instead of tcp 2023-10-22 13:05:03 +02:00
Lukas Wingerberg
8015558398 refactor to alpine base and fix some more paths to work on readonly rootfs 2023-10-22 12:45:34 +02:00
Lukas Wingerberg
71874810e1 make nginx run successfully on readonly rootfs 2023-10-22 10:55:31 +02:00
Georges-Antoine Assi
c92d8b620b Add access control headers to reponse 2023-09-17 12:13:20 -04:00
Georges-Antoine Assi
40c3446294 Update dockerfile to copy feed 2023-09-17 11:55:29 -04:00
Georges-Antoine Assi
0a756f8fd8 Add watchdog and watch roms 2023-08-26 19:28:36 -04:00
Georges-Antoine Assi
88c747f169 Add script to init scheduler 2023-08-26 13:26:52 -04:00
Georges-Antoine Assi
df4d297308 Sleep the worker if redis is disabled 2023-08-24 17:10:17 -04:00
zurdi
7d5e600c8a add default_user avatar to dockerfile 2023-08-24 17:56:03 +02:00
zurdi
e3b2e1d2ec fixed worker init_script 2023-08-24 17:40:32 +02:00
zurdi
14d60018bf enabled redis init script 2023-08-24 17:25:07 +02:00
zurdi
a39897b4f7 redis enabled as experimental 2023-08-24 17:21:33 +02:00
Georges-Antoine Assi
7b67495c23 Fix nginx config 2023-08-19 22:00:20 -04:00