Commit graph

12 commits

Author SHA1 Message Date
6a0c8deb5e
Fix ETS table init, send failure handling, and deployment cleanup
- Initialize :aprsme ETS table in application.ex with message_number
  counter; was missing, causing crash in Is.send_message/1
- Trigger reconnect on gen_tcp.send failure instead of leaking the
  dead socket with active timers
- Remove cluster-only env vars from deployment (POD_IP, POD_NAME,
  POD_NAMESPACE, RELEASE_DISTRIBUTION, RELEASE_NODE) since
  CLUSTER_ENABLED=false
- Remove redundant APRS_PASSCODE secret ref now that APRS_PASSWORD
  is set as plaintext
2026-02-18 12:43:09 -06:00
a5d4f6c16c
Fix cancel_timer crash on nil timer ref during shutdown 2026-02-18 12:24:45 -06:00
751b8a5f1b
improve dialyzer 2025-10-13 10:02:15 -05:00
265c58b9ff
Fix aprs-is variables 2025-10-12 10:32:12 -05:00
566198afa7
clean up warnings 2025-07-16 08:55:46 -05:00
534bd8df8a
clean up status page 2025-07-15 13:56:01 -05:00
aaad32c683
geolocation fix 2025-07-11 13:34:54 -05:00
80602bf2a6
deploy to staging dokku fix 2025-07-11 13:12:52 -05:00
d6417ff16b
more live updates and chart version update 2025-07-04 12:15:38 -05:00
7ef3f59026
parsing improvements 2025-06-28 15:53:27 -05:00
0beb278371
add packet batcher 2025-06-24 15:06:09 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00