Commit Graph

9 Commits

Author SHA1 Message Date
yukkop a4a7656459 feat: oh ah
runner ubuntu smoke / ubuntu-latest label smoke (push) Successful in 0s
runner nix smoke / nix label and flake smoke (push) Failing after 8s
2026-09-10 13:17:05 +00:00
yukkop 1665aaf90a fix: workflow neuro timeouts
runner ubuntu smoke / ubuntu-latest label smoke (push) Successful in 0s
runner nix smoke / nix label and flake smoke (push) Failing after 8s
2026-09-10 10:00:28 +00:00
yukkop a5eeacd611 fix: workflow cache
runner nix smoke / nix label and flake smoke (push) Failing after 8s
2026-09-09 19:04:13 +00:00
yukkop 6dc2391b13 feat: workflow save to cache
runner nix smoke / nix label and flake smoke (push) Failing after 8s
2026-09-09 15:05:34 +00:00
yukkop 78403f6a44 ci: new workflow
runner nix smoke / nix label smoke (push) Failing after 16s
2026-09-08 08:59:03 +00:00
yukkop 2fbd776fc1 feat: performace lables for gitea 2026-09-03 09:00:07 +00:00
yukkop 0914391a2b docs: atticd cache 2026-06-05 13:42:17 +00:00
yukkop 7bdaf7ffec 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
yukkop d6eb724b02 docs: +plan 2026-04-26 14:11:37 +00:00