Baseline: local ssb-acme-validator tarball, run script, startup notes

Snapshot of the working tree as found, before ops hardening work.
Restore point for rollback.
This commit is contained in:
ops
2026-08-14 17:24:58 +00:00
parent f21b1202b9
commit e2df7da3fe
4 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# run-ssb-viewer.sh
while true; do
NODE_OPTIONS="--dns-result-order=ipv4first" timeout 6h ./bin.js
echo "Restarting ssb-viewer at $(date)"
sleep 2
done