11 Commits

Author SHA1 Message Date
0c81c0454d feat(package): sentinèlla: switch peer discovery from A records to SRV records 2026-04-27 14:08:23 +00:00
0dfbee6472 feat: sentinella: some 2026-04-27 12:58:36 +00:00
3ca4d4fb86 feat: sentinella: update 2026-04-26 22:22:15 +00:00
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
bf41ee6e0a feat: merge own wsl config 2026-02-28 01:57:42 +00:00
af5d46b3f0 fix(nixos): module: wrong separator 2025-10-25 07:21:07 +00:00
3139fd1d9f fix: lib systems 2025-10-16 09:52:49 +00:00
dc6ca7a0a9 fix(nixos): senttinèlla-probe: module args 2025-10-12 08:59:03 +00:00
65fa944df8 refactor: legacyPackages 2025-10-10 13:13:03 +00:00
76e09ce5c3 fix(package): sentinèlla: base64 logic 2025-10-03 19:02:33 +00:00
7fd3ba46c9 feat(package): sentinèlla: add auth 2025-10-03 02:30:24 +00:00