Commit Graph

6 Commits

Author SHA1 Message Date
aewing 340b7e0818 feat: implement dotenv secrets loading from /home/admin/secrets/.env
- Added dotenv package to load environment variables from absolute path
- Secrets now loaded automatically on app startup, no manual sourcing needed
- Secrets file secured with chmod 600, outside project directory
- Enables persistent secrets across service restarts
- Tested: Job submission flow working end-to-end with all steps completing
2025-12-20 04:56:16 +00:00
aewing 2e7940befa docs: update README with version and add CHANGELOG for v1.0.0-beta2 2025-12-19 22:04:59 +00:00
aewing 79dde48e2d chore: bump version to v1.0.0-beta2 v1.0.0-beta2 2025-12-19 22:03:48 +00:00
aewing a6272f46f3 bug, if excel table changes service must be refreshed or jobs won't add to the ecel table because the length number of columns may not match. left this as a check for now instead of setting reresh the cache on every submit. 2025-12-18 15:57:18 +00:00
aewing 5a4b279071 Init 2025-12-15 15:44:24 -06:00
aewing ebae07572c Initial commit 2025-12-15 15:40:41 -06:00