Complete Commonlib rc.6 integration and setup workflows

This commit is contained in:
vorotamoroz
2026-07-21 15:00:28 +00:00
parent e005f9eb13
commit 1ef8c88139
150 changed files with 31041 additions and 260 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
p2p-relay:
image: ghcr.io/hoytech/strfry:latest
container_name: livesync-e2e-p2p-relay
entrypoint: ["/app/strfry"]
command: ["--config", "/etc/strfry/strfry.conf", "relay"]
ports:
- "${E2E_P2P_RELAY_PORT:-4010}:7777"
volumes:
- ./strfry.conf:/etc/strfry/strfry.conf:ro
tmpfs:
- /app/strfry-db:rw,size=256m,mode=1777
+19
View File
@@ -0,0 +1,19 @@
db = "./strfry-db/"
relay {
bind = "0.0.0.0"
port = 7777
nofiles = 100000
info {
name = "Self-hosted LiveSync E2E relay"
description = "Local Nostr signalling fixture for real-Obsidian P2P tests"
}
maxWebsocketPayloadSize = 131072
autoPingSeconds = 55
writePolicy {
plugin = ""
}
}