Add missing workers for jobs, post install message for setup, and pull in emujs/ruffle from docker release

This commit is contained in:
2026-01-06 17:11:28 -05:00
parent 74db5b8b61
commit 571e449581
8 changed files with 42 additions and 3 deletions

12
supervisor/watcher.conf Normal file
View File

@@ -0,0 +1,12 @@
[program:watcher]
priority=20
directory=/app/code/backend
environment=HOME=/app/code
command=uv run watchfiles --target-type command 'uv run python watcher.py' /app/data/library
user=cloudron
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0