Commit Graph
24 Commits
Author SHA1 Message Date
jessikitty 13297110bd fix: add CSRF_TRUSTED_ORIGINS to compose env, remove Azure vars 2026-06-04 15:20:16 +10:00
jessikitty 01b254e8ca fix: add CSRF_TRUSTED_ORIGINS to env example, remove Azure vars 2026-06-04 15:05:34 +10:00
jessikitty 3cf9c853a6 fix: add CSRF_TRUSTED_ORIGINS support via env var 2026-06-04 15:05:18 +10:00
jessikitty 4f8ad25100 fix: add WhiteNoise middleware for static file serving in production 2026-06-04 14:52:14 +10:00
jessikitty cfa1ee20ad fix: add whitenoise for static file serving in production 2026-06-04 14:51:47 +10:00
jessikitty 491b0fee89 fix: remove all Azure AD auth — use Django local auth only 2026-06-04 14:48:00 +10:00
jessikitty a3946b483e fix: update Debian template to 12.12-1 2026-06-04 13:22:42 +10:00
jessikitty 681ab57393 feat: add Proxmox LXC setup script (privileged, Docker, SSH, DNS, auto-clone) 2026-06-04 13:17:30 +10:00
jessikitty 9ba3432faa fix: remove sysctls and bad command from db service, clean compose file 2026-06-04 12:57:23 +10:00
jessikitty d7d91cd059 fix: add sysctls to db service to resolve unprivileged LXC sysctl permission error 2026-06-04 12:54:46 +10:00
jessikitty 58b1feaaf2 fix: add libcairo2-dev and pkg-config for pycairo/svglib/xhtml2pdf build 2026-06-04 12:34:11 +10:00
jessikitty 8f37ad3729 fix: move cron job to dedicated compose service, avoids LXC runc PID errors 2026-06-04 10:08:45 +10:00
jessikitty 04f6fa8d84 fix: remove crontab add from entrypoint, handled by dedicated cron service in compose 2026-06-04 10:08:24 +10:00
jessikitty d02eea23f2 fix: remove cron from apt-get to fix runc PID error in LXC environments 2026-06-04 10:08:17 +10:00
jessikitty f398043edf fix: correct double-encoding in .env.example 2026-06-04 09:59:36 +10:00
jessikitty 0e205704a6 fix: correct double-encoding in docker-compose.yml 2026-06-04 09:59:27 +10:00
jessikitty f3b4adf44d fix: correct double-encoding in entrypoint.sh 2026-06-04 09:59:17 +10:00
jessikitty 879ac30ade fix: correct double-encoding in Dockerfile 2026-06-04 09:59:09 +10:00
jessikitty 1542c3e5a7 docs: fix double-encoding, write proper deployment README 2026-06-04 09:55:22 +10:00
jessikitty ffdcfb11cc docs: write full deployment README (Docker, NPM, env vars, useful commands) 2026-06-04 09:49:11 +10:00
jessikitty 20f1c041f3 feat: add .env.example with all required and optional variables documented 2026-06-04 09:45:04 +10:00
jessikitty e734aaf5be feat: add docker-compose.yml (web + postgres, health-checked, env-driven) 2026-06-04 09:44:34 +10:00
jessikitty c69d623520 feat: add entrypoint.sh (postgres wait, migrate, collectstatic, crontab, gunicorn) 2026-06-04 09:43:53 +10:00
jessikitty 3855437e9d feat: add Dockerfile for self-contained Docker build 2026-06-04 09:43:31 +10:00