16 lines
904 B
Markdown
16 lines
904 B
Markdown
# Changelog
|
|
|
|
All notable changes to famapp are documented here.
|
|
|
|
<!-- release-it prepends new entries above this line -->
|
|
|
|
## Pre-release history
|
|
|
|
Changes from before the release workflow was established (2026-06-01):
|
|
|
|
- Production deployment scaffolding: tag-based release workflow (GHCR), migration entrypoint in container, prod-side dev-login startup assertion, image-pinned compose, pre-deploy checklist.
|
|
- famapp/authentik-server now expose host ports (3010/9200) so existing Caddy stack can proxy by IP, matching the existing homelab pattern.
|
|
- Auth.js: replaced `NEXT_PUBLIC_APP_URL` with `AUTH_URL` in compose (correct next-auth v5 var).
|
|
- Push opt-in: VAPID public key now passed as prop from server component instead of `NEXT_PUBLIC_*` so pre-built images work without a build-time env var.
|
|
- ntfy integration wired to existing `ntfy.ginnoir.com` instance via `NTFY_URL`/`NTFY_TOPIC` env vars.
|