Commit Graph

5 Commits

Author SHA1 Message Date
6035397e9b feat(sentinèlla): p2p topology with DNS peer discovery
- Replace central sentinel with watcher: each node polls peers discovered
  via a single DNS name with multiple A records (e.g. peers.sentinella.com)
- Auto-detect own IPs via hostname -I; SELF env var available as optional
  override for NAT/floating-IP setups
- Fix Basic Auth bug in router.sh: compare tok against AUTH_TOKENS instead
  of unset $USER/$PASS
- Rename sentinel binary to watcher; drop unused shellplot dep
- Add inetutils to watcher runtime deps for hostname -I
- Update NixOS module: replace sentinel options with watcher p2p options
  (peersDns, self, peersPort, peersScheme, pollingIntervalSec)
- Add sentinèlla test suite: probe-status-empty, probe-disk, watcher-state-file
2026-04-26 21:54:07 +00:00
39abe553f5 refactor(package): sentinella: +logging 2025-10-25 09:54:57 +00:00
450ba9229b feat(package): sentinel: some changes 2025-10-25 06:48:48 +00:00
b3041edbdc ruined every thing 2025-10-20 17:17:08 +00:00
dc6ca7a0a9 fix(nixos): senttinèlla-probe: module args 2025-10-12 08:59:03 +00:00