• 0 Posts
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle






  • Well initial setup was definitely interesting. I didn’t want to expose 8090 and wanted it behind a web proxy and I finally got that working and actually received my first remote crawl overnight. I had to change to 80/443 internally so it would map correctly for p2p connections, public port setting doesn’t apparently cut it. I kinda dislike the whole setup with it micromanaging CPU load, but otherwise it doesn’t seem atrocious for a new peer at least, I guess this and the web proxy problems are likely awkward due to the age of the software.













  • From my limited Raspberry PI experience I believe their single core performance isn’t great and synapse at least is single threaded. You’d have to use workers to utilize the other cores. If you have multiple pi devices you could also utilize workers on different pis and hosting postgres on one. Using only one, it would likely be quite slow like others noted.