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:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
"pull-cat": "^1.1.11",
|
"pull-cat": "^1.1.11",
|
||||||
"pull-paramap": "^1.2.1",
|
"pull-paramap": "^1.2.1",
|
||||||
"pull-stream": "^3.5.0",
|
"pull-stream": "^3.5.0",
|
||||||
"ssb-acme-validator": "http://localhost:8989/blobs/get/&MgpztmIbg8wShqDXBcKt0w78qwcpNe8qb4n3fsveve8=.sha256",
|
"ssb-acme-validator": "file:./ssb-acme-validator.tar.gz",
|
||||||
"ssb-client": "^4.5.2",
|
"ssb-client": "^4.5.2",
|
||||||
"ssb-marked": "^0.7.3",
|
"ssb-marked": "^0.7.3",
|
||||||
"ssb-ref": "^2.9.0",
|
"ssb-ref": "^2.9.0",
|
||||||
|
|||||||
Executable
+7
@@ -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
|
||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
NODE_OPTIONS="--dns-result-order=ipv4first" ./bin.js
|
||||||
Reference in New Issue
Block a user