Commit Graph

18 Commits

Author SHA1 Message Date
Adam Outler 044035ef62 Devcontainer overlay 2025-09-30 01:55:26 +00:00
Adam Outler c6efe5ac06 All services moved to deployed filesystem 2025-09-28 17:10:15 -04:00
Adam Outler 46097bb6e8 solid hardened config 2025-09-27 19:15:07 -04:00
Adam Outler 2def3f1dac Validated launch on runner & hardend 2025-09-26 21:01:58 -04:00
Adam Outler 178fb54bb4 Python up and debuggable 2025-09-26 17:32:58 +00:00
Adam Outler 798d2462d6 expand initial filesystem 2025-09-26 11:56:27 +00:00
Adam Outler c228d45cea Devcontainer operational, services all down 2025-09-25 23:03:55 +00:00
Adam Outler d843fd4443 Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-23 12:00:59 -04:00
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
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