upaas/internal
sneak dce898bbdb Auto-generate and persist session secret on first startup
- Generate random 32-byte session secret if not set via env var
- Persist to $UPAAS_DATA_DIR/session.key for container restarts
- Load existing secret from file on subsequent startups
- Change container data directory to /var/lib/upaas
2025-12-29 16:12:30 +07:00
..
config Auto-generate and persist session secret on first startup 2025-12-29 16:12:30 +07:00
database Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
docker Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
server Add container restart/stop/start controls 2025-12-29 15:50:51 +07:00
service Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00