aprs.me/config
Graham McIntire 4804bd16be
Add distributed Erlang clustering for single APRS-IS connection
Implement leader election to ensure only one APRS-IS connection across
multiple Kubernetes replicas. This prevents duplicate packet processing
and respects APRS-IS usage policies.

Key changes:
- Add leader election using :global registry
- Create connection manager for dynamic APRS-IS management
- Implement packet distribution from leader to all nodes
- Add Kubernetes headless service for node discovery
- Configure DNS-based clustering with libcluster
- Update deployment to support 3 replicas with clustering

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 10:30:29 -05:00
..
config.exs Fix Docker build JavaScript import errors with vendor bundle 2025-07-21 12:32:39 -05:00
dev.exs vendor all js 2025-07-21 11:09:14 -05:00
prod.exs Fix Docker build CSS import errors 2025-07-21 11:59:04 -05:00
runtime.exs Add distributed Erlang clustering for single APRS-IS connection 2025-07-25 10:30:29 -05:00
test.exs fix geolocation hopefully 2025-07-10 17:12:49 -05:00