Commit graph

14 commits

Author SHA1 Message Date
080dac3813
Improve status page cluster information display
- Remove APRS server port from status page server field
- Add comprehensive cluster node list to cluster status section
- Highlight leader node with primary badge and indicator dot
- Display all cluster nodes in a responsive flex layout
- Include all_nodes field in cluster_info for complete node visibility

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 12:53:19 -05:00
0f26cd7e22
Add cluster-aware APRS-IS status checking
Both /status and /status.json endpoints now show cluster-wide APRS-IS
connection status instead of just local node status.

Features:
- get_cluster_aprs_status() checks all nodes in cluster via RPC
- Returns status from any connected node (usually the leader)
- Shows cluster info: total nodes, connected nodes, leader node
- Graceful fallback to local status in non-clustered mode
- Enhanced status page UI with cluster information display

This ensures status pages accurately reflect the true APRS-IS
connection state across the entire cluster.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 13:10:23 -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
3730b8c848
performance improvements 2025-07-14 16:35:58 -05:00
184ca52a8c
cleanup 2025-07-13 09:35:40 -05:00
c91f80e23f
parser hash fix 2025-07-07 13:07:32 -05:00
52311f52da
show sha1 hash of aprs parser 2025-07-07 12:57:28 -05:00
fc449ed5f9
en español 2025-07-05 15:51:39 -05:00
f47b3d9f09
add decoded path and other ssids 2025-07-05 14:02:45 -05:00
0ffba18d52
status page cards 2025-07-05 12:56:30 -05:00
f1bc428086
deploy fix 2025-07-05 12:51:28 -05:00
91cd2688f7
db timeout increase 2025-06-25 08:57:45 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00