Compare commits

..

10 commits

3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
services:
nostr:
image: scsibug/nostr-rs-relay:0.8.6@sha256:7233a09b5b046b8c9b1d58f9b236e4b5684ec28298530102dc81c1da683316eb
image: scsibug/nostr-rs-relay:0.9.0@sha256:03f54bfbffff80a50db62c9287913bd25a2dec08033b56d2122bc2550363d5c5
restart: unless-stopped
networks:
- caddy
@ -9,6 +9,7 @@ services:
caddy.reverse_proxy: "{{upstreams 8080}}"
volumes:
- nostr_data:/usr/src/app/db
- ./favicon.ico:/usr/src/app/favicon.ico:ro
- ./config.toml:/usr/src/app/config.toml:ro
networks:
caddy:

View file

@ -2,6 +2,7 @@
name = "Fogtype Relay (beta)"
pubkey = "c90a759ab3bc4006f1fe5684a1a0278b41e868580932ad67760f3e52db6112d0"
relay_url = "wss://relay.beta.fogtype.com"
favicon = "favicon.ico"
[authorization]
pubkey_whitelist = [

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB