61 Commits

Author SHA1 Message Date
Adam Outler
9dda02d430 Modify restart script to overwrite log files 2025-09-23 11:59:52 -04:00
Adam Outler
47f23fcc4f Rework Logging in restart-backend.sh
The stdout and stderr are useful logs when debugging and trying to figure out why plugin output is causing backend to stop and exception. This commit enables output redirection to `/app/stdout.log` and `/app/stderr.log` from the backend.  This may need backporting to production as it appears the fields are unused in the backend. 

Additionally, when searching logs in the UI, the old logs appear first and your search results will invariably find old information when searching with ctrl-f-"string"-enter. So upon backend start and to keep them relevant, the stdout, stderr, and app logs are cleared.
2025-09-22 21:55:55 -04:00
Adam Outler
2c940b3422 Speed up devcontainer with ramdisk 2025-09-21 21:17:14 +00:00
Adam Outler
a7fa58151a Fix log directory setup in setup.sh 2025-09-21 05:54:30 -04:00
Adam Outler
25d739fc67 Missed commit for devcontainer setup 2025-09-20 22:40:56 -04:00
jokob-sk
c5610f11e0 devcontainer docs
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
2025-09-21 10:38:24 +10:00
Adam Outler
c3dc04c1e5 use proper db for setup 2025-09-20 18:05:08 -04:00
Adam Outler
6831c9e0f4 fix app event queue 2025-09-20 14:39:42 +00:00
Adam Outler
773580e51b Increase max php executors from 5 to 10. 2025-09-20 14:21:03 +00:00
Adam Outler
dfc06d1419 setup initial app.conf and app.db 2025-09-20 13:03:59 +00:00
Adam Outler
5ffb6f26e5 feat: setup devcontainer 2025-09-19 16:41:28 -04:00