girino on Nostr: https://github.com/bitvora/haven and https://github.com/bitvora/wot-relay are both ...
https://github.com/bitvora/haven and https://github.com/bitvora/wot-relay are both special purpose relays that run on raspberry pi.
I also ran https://github.com/hoytech/strfry on a rpi a while back. you might have to tweak with mapsize param so it matches your disk/memory card free space.
The one i'1m currently running is a "custom made" based on wot-relay (removing the web of trust part).
For personal use, i recommend haven (make sure to set "badger" as the DB in the configs). It's made exactly for that (has inbox, outbox, chat and "private" relays all in the same server).
if you plan to run a public relay, don't count on an rpi. The amount of data writes is huge, and will keep your machine always with a very high i/o wait time. I recently migrated my public relays from the rpi to an external VPS.
I also ran https://github.com/hoytech/strfry on a rpi a while back. you might have to tweak with mapsize param so it matches your disk/memory card free space.
The one i'1m currently running is a "custom made" based on wot-relay (removing the web of trust part).
For personal use, i recommend haven (make sure to set "badger" as the DB in the configs). It's made exactly for that (has inbox, outbox, chat and "private" relays all in the same server).
if you plan to run a public relay, don't count on an rpi. The amount of data writes is huge, and will keep your machine always with a very high i/o wait time. I recently migrated my public relays from the rpi to an external VPS.