62757df384
fix(package): sentinèlla: use dig(1) instead of host(1) which is not in bind.dnsutils
2026-04-27 17:30:01 +00:00
f2ea372742
debug(package): sentinèlla: surface host(1) and SRV-parse failures in watcher
2026-04-27 17:28:01 +00:00
f158a80492
fix(package): sentinèlla: use ip(8) for local-IP detection (inetutils hostname lacks -I); harden numeric parsing
2026-04-27 17:21:00 +00:00
0c81c0454d
feat(package): sentinèlla: switch peer discovery from A records to SRV records
2026-04-27 14:08:23 +00:00
7268ec3704
fix(package): sentinèlla: probe — use socat EXEC pipes to avoid pty CR/LF mangling
2026-04-27 13:34:52 +00:00
0dfbee6472
feat: sentinella: some
2026-04-27 12:58:36 +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
b9730784ba
fix: deploy: logs
2026-03-01 09:36:22 +00:00
577c167d5a
feat: migrator: +multifiles migrations
2026-02-28 21:19:29 +00:00
525c6a220b
chore:
2026-02-28 20:25:13 +00:00
0d7b84e3bc
refactor: derustification
2026-02-20 17:36:20 +00:00
d8a51cd389
refactor: update to 25.11
2026-02-20 17:18:38 +00:00
63a7fd716f
apply patch from neuro
2026-02-20 12:51:32 +00:00
9010b2678e
refactor: deploy: update logs
2026-02-20 12:04:15 +00:00
26bdecb8e0
fix: migrator: more accurate check for hectic.migrator isntalled
2026-02-17 16:50:08 +00:00
ff87e8c411
chore: something about hemar tree sitter
2026-02-17 16:17:47 +00:00
d7ada535d4
feat: +pol bfs server
2026-02-17 16:13:58 +00:00
7490ef2fe9
fix: nvim-pager close all pages on q
2026-02-17 08:55:41 +00:00
043b333654
feat: migrator: colorize help in migrator.sh
2026-02-06 08:38:36 +00:00
4a9bb42015
feat(nixos): some moves to nixos server
2025-12-28 19:18:15 +00:00
3d84864382
fix(package): migrator: sqlite transactions
2025-12-23 19:31:44 +00:00
cb96de6125
fix(package): migrator: handle sqlite posible settings
2025-12-23 18:30:26 +00:00
686a794a69
fix(pakcage): migrator: -z -> +x
2025-12-23 18:18:51 +00:00
2ffe187b12
fix(package): migrator: awk dependency
2025-12-21 13:19:46 +00:00
89ab7d56af
feat(pakcage): migrator: add dependency
2025-12-20 01:19:40 +00:00
01f13723a8
feat(package): migrator: up to latest
2025-12-18 00:45:09 +00:00
9c25e82c79
fix(package): migrator: uncomplite RAISE on sqlite
2025-12-17 03:28:03 +00:00
956239ab79
feat(package): migrator: ! sqlite support
2025-12-17 03:24:59 +00:00
bb2ae34758
feat(package): migrator: mvp
2025-12-16 17:28:36 +00:00
13fdfac2ef
test(hemar): update parser test to match better paths
2025-12-09 14:21:03 +00:00
93a7636c61
fix(package): hemar: paths better handling
2025-12-09 14:13:34 +00:00
6fb3ee1af8
test(hemar): many tests but not pass
2025-12-09 13:49:43 +00:00
73dc9aee9e
feat(package): hemar: json_escape()
2025-12-09 03:47:27 +00:00
71082b6414
feat(package): hemar: interpolation
2025-12-08 23:47:33 +00:00
65a96c860b
feat(package): accord: some cli things
2025-12-08 01:55:33 +00:00
1beb980b95
refactor(nixos): bfs: some secrets
2025-12-07 02:25:29 +00:00
082b80f252
feate(package): accord: init
2025-12-06 23:49:14 +00:00
373a3fe3f0
fix(package): migrator: index_of subshell issue
2025-12-06 04:47:31 +00:00
b786098867
feat(package): migrator: something
2025-12-04 21:02:38 +00:00
dfa76b2a19
feat(package): hemar: more grammar parsing
2025-11-30 13:31:40 +00:00
6dad0d95fb
fix(nixos): generic postgresql
2025-11-29 13:48:57 +00:00
78f4777141
feat(package): hemar: some parser work
2025-11-29 00:30:27 +00:00
48077aaccc
feat(package): hemar: add indexes to tree-sitter
2025-11-28 10:29:59 +00:00
4b4ea7a1d2
feat(package): hemar: add tree sitter hightlights
2025-11-27 19:45:12 +00:00
d1353d3a36
fix(package): hemar: treesitter language name
2025-11-27 19:15:35 +00:00
8048c4adff
fix(package): hemar: treesitter language name
2025-11-27 19:13:07 +00:00
345f94742e
feat(package): hemar: tree sitter grammar
2025-11-27 17:53:49 +00:00
777d48bf3d
feat(package): hemar: antlr grammar, but still does not work
2025-11-26 14:48:51 +00:00
8a08272f68
feat(package): hemar: I think I was wrong
2025-11-25 15:45:02 +00:00
4729770b59
feat(package): hemar: some stages of parsing
2025-11-25 13:19:45 +00:00