zerobyte/app/server/core
James Brink eded452c83
feat: parameterize PORT and MIGRATIONS_PATH environment variables (#253)
* feat: parameterize PORT and MIGRATIONS_PATH environment variables

Allow configuring the server port (default: 4096) and migrations
folder path via environment variables for flexible deployment.

* fix: address PR review feedback

- Use consistent schema syntax (string? instead of key?)
- Remove config tests per maintainer request
2025-12-29 20:59:38 +01:00
..
__tests__ fix: schedules not running if never run manually (#194) 2025-12-20 11:28:18 +01:00
capabilities.ts refactor: allow to run without the SYS_ADMIN cap for simple setups (#138) 2025-12-14 20:30:33 +01:00
config.ts feat: parameterize PORT and MIGRATIONS_PATH environment variables (#253) 2025-12-29 20:59:38 +01:00
constants.ts refactor: tag snapshots with schedule short_id instead of db id (#248) 2025-12-28 11:42:25 +01:00
events.ts feat: mirror repositories (#95) 2025-12-03 20:52:47 +01:00
repository-mutex.ts fix: schedules not running if never run manually (#194) 2025-12-20 11:28:18 +01:00
scheduler.ts refactor(breadcrumbs): use handler & match pattern 2025-11-13 22:28:53 +01:00