npub1nq…kkz86 on Nostr: ## How to setup your own relay with nip05 authentication I'm using a contabo CLOUD ...
## How to setup your own relay with nip05 authentication
I'm using a contabo CLOUD VPS M with NVMe and I'm using nostr-rs-relay with sqlite.
nostr-rs-relay does not work on ubuntu 20.04, so I'm using ubuntu 22.04
I mainly followed
https://github.com/BlockChainCaffe/Nostr-Relay-Setup-GuideAddionially I needed to install protobuf
apt install protobuf-compiler
and I added
proxy_read_timeout 1d;
proxy_send_timeout 1d;
to the nginx conf in location / { } of listen 443 SSL;
The config.toml needs to be changed and
[verified_users]
mode = "enabled"
must be added.
let me know if you have questions are getting stuck during setup.
Published at
2023-02-23 09:52:25Event JSON
{
"id": "6b1cbce02caae65cb535da65dc3e70ce16e802eee07ca59beaab33248bf2d0eb",
"pubkey": "9839a36d51b5f190497f9b2d268ee08903eec7f5ed2e9ae3ceeb5db89aabba10",
"created_at": 1677145945,
"kind": 1,
"tags": [],
"content": "## How to setup your own relay with nip05 authentication\n\nI'm using a contabo CLOUD VPS M with NVMe and I'm using nostr-rs-relay with sqlite.\n\nnostr-rs-relay does not work on ubuntu 20.04, so I'm using ubuntu 22.04\n\nI mainly followed \nhttps://github.com/BlockChainCaffe/Nostr-Relay-Setup-Guide\n\nAddionially I needed to install protobuf\n\napt install protobuf-compiler\n\nand I added\n\n proxy_read_timeout 1d;\n proxy_send_timeout 1d;\nto the nginx conf in location / { } of listen 443 SSL;\n\nThe config.toml needs to be changed and\n\n[verified_users]\nmode = \"enabled\"\n\nmust be added.\n\nlet me know if you have questions are getting stuck during setup.",
"sig": "7d054009649012d8d7debc5fdd277261dedfb50c721ea68c4f2b9ad154285a4748338b364ea8c537649048f110e6cf2af8690549e0e5185902d2de8df12fe445"
}