add nostr publishing

This commit is contained in:
HolgerHatGarKeineNode
2023-02-23 21:41:55 +01:00
parent 524f0ed3f5
commit 8c6aa783bc
6 changed files with 158 additions and 19 deletions

54
docker/8.2/nostr.json Normal file
View File

@@ -0,0 +1,54 @@
{
"relays": {
"wss://nostr.einundzwanzig.space": {
"read": true,
"write": true
},
"wss://nostr.mom": {
"read": true,
"write": true
},
"wss://nostr.fmt.wiz.biz": {
"read": true,
"write": true
},
"wss://relay.damus.io": {
"read": true,
"write": true
},
"wss://nostr-pub.wellorder.net": {
"read": true,
"write": true
},
"wss://relay.nostr.info": {
"read": true,
"write": true
},
"wss://offchain.pub": {
"read": true,
"write": true
},
"wss://nos.lol": {
"read": true,
"write": true
},
"wss://brb.io": {
"read": true,
"write": true
},
"wss://relay.snort.social": {
"read": true,
"write": true
},
"wss://relay.current.fyi": {
"read": true,
"write": true
},
"wss://nostr.relayer.se": {
"read": true,
"write": true
}
},
"following": null,
"privatekey": "NOSTR_PRIVATE_KEY"
}