• 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle

  • I’ve been very happy with Ubiquity Edgerouters the last few years. Their ER-X model can do 1Gbps total… So if you’re downloading at 500Mbps then you can upload at 500Mbps. It come in about USD 60 I think.

    Next level up is the Edgerouter Lite 3. It is much beefier and can easily handle 1Gbps both ways and even faster. It’s just under $100. 99 or so. Maybe you can find it on special.

    They are really prosumer and definitely much stabler than typical consumer routers. Eg I haven’t reset mine in more than 2 years.

    It’s not open source like mikrotik but they are very hacker and tech use friendly. Most things work via CLI. And most advanced router functions are supported.




  • I suspect they’re thinking about port forwarding. For another torrent to connect inbound to you, you need to have a port open for inbound connections and most VPNs don’t provide this as standard.

    But you can still torrent if you don’t have ports… But you can only initiate outbound connections to other peers. And it works two way… Those peers you connected to can request data from you without problem.

    However if there are too many peers without ports then it becomes a problem because no-one can successfully connect with each other.






  • You need a reverse proxy like nginx or traefik. Your mastodon server is using the web ports. Lemmy also wants to use the same ports. Obviously the can’t both use them.

    The solution is to let neither use the ports and set them up on some other ports.

    The reverse proxy is then set up as your main “web server”. It will then look at every request coming in and based on the domain name or url requested redirect (or rather forward or proxy) the request to the correct service… mastadon or Lemmy.

    I run dozens of services on the same server. And use traefik to sit in front and manage it all.







  • Controversial idea: I think we should remove the “users per month” number on the instance list. It’s confusing to newbies and encourages people to join a “large” instance when the number doesn’t really correlate with actual server capacity.

    Edit: And don’t display the ones with 1 or fewer users. They are obviously private single user ones. If someone wants to start a public one, they’ll be able to come get 2 or 3 others to join up and they’ll pop onto the list.