aprs.me/config
Graham McIntire 2e101870d7
Some checks failed
Elixir CI / Build and test (push) Failing after 3m49s
Elixir CI / Dialyzer (push) Successful in 6m45s
Elixir CI / Build and Push Docker Image (push) Has been skipped
fix: compile-time config validation and egress policy
- Remove url/live_view from config/config.exs (prevents dev config from baking into releases)
- Move url/live_view to config/dev.exs and config/test.exs
- Add validate_compile_env: false to release config in mix.exs
- Fix egress network policy to allow DB at 10.0.19.30:6432 (PgBouncer)
- Add RELEASE_VALIDATE_COMPILE_ENV to init container env
2026-08-06 17:20:34 -05:00
..
config.exs fix: compile-time config validation and egress policy 2026-08-06 17:20:34 -05:00
dev.exs fix: compile-time config validation and egress policy 2026-08-06 17:20:34 -05:00
prod.exs security: CSP nonces, RemoteIp CIDR gating, rate limiting, NetworkPolicies, deadlock fixes 2026-07-26 14:04:56 -05:00
runtime.exs refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
test.exs fix: compile-time config validation and egress policy 2026-08-06 17:20:34 -05:00