Add nostr-rs-relay service
Runs the relay on localhost:8880, proxied publicly via Caddy at wss://relay.otherwhere.app. Allows event kinds 0, 3, 37515, 37518. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
590cc1b216
commit
cd4d53386c
3 changed files with 49 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ nmns.place, www.nmns.place {
|
|||
file_server
|
||||
}
|
||||
|
||||
relay.otherwhere.app {
|
||||
reverse_proxy localhost:8880
|
||||
}
|
||||
|
||||
import Caddyfile.d/*.caddyfile
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue