feat: add firewall status widget for server stats #454

Closed
ZacharyZcR wants to merge 1 commits from feat/firewall-widget into dev-1.10.0
ZacharyZcR commented 2025-12-24 07:28:51 +00:00 (Migrated from github.com)

Summary

  • Add firewall widget to display iptables/nftables rules
  • Support both iptables-save and nft list ruleset parsing
  • Display chain policies (INPUT/OUTPUT/FORWARD) and rules
  • Collapsible UI with action, protocol, port, source columns

Changes

  • firewall-collector.ts: Backend collector for firewall metrics
  • FirewallWidget.tsx: Frontend UI component
  • Updated types, i18n, and host editor config
## Summary - Add firewall widget to display iptables/nftables rules - Support both iptables-save and nft list ruleset parsing - Display chain policies (INPUT/OUTPUT/FORWARD) and rules - Collapsible UI with action, protocol, port, source columns ## Changes - `firewall-collector.ts`: Backend collector for firewall metrics - `FirewallWidget.tsx`: Frontend UI component - Updated types, i18n, and host editor config

Pull request closed

Sign in to join this conversation.