• 0 Posts
  • 222 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle






  • If you want a no-code solution, I recently created a homepage using GrapesJS (for free). I’m hosting it on Cloudflare Pages (for free). The whole setup was dead simple and almost completely free, I’m only paying for the domain.

    EDIT: oops, that isn’t technically self-hosted…but GrapesJS is a very cool tool for building a simple HTML website. Just make it looks like you want and it’ll spit out all the files you need for hosting wherever your heart desires. Caddy, GitHub, whatever.










  • If your budget is $150, then you need to look for used options on eBay. Look for Dell Optiplex or Lenovo ThinkCentre towers. You will not find specs that good in your price range. But maybe you can get a decent CPU and save money to upgrade your RAM later.

    MAYBE you’ll get lucky and find an old Dell server on eBay. Sometimes IT guys will sell their company’s old server for a profit. But I personally wouldn’t buy one of those, the monthly electricity costs are stupid.




  • Sometimes these issues happen because of the IP range you’re using. If your local network and your remote network both use the 192.168.x.x range, then there can be conflicts and issues like this. This is a thing that happens generally with VPNs, not sure how Tailscale specifically functions with this issue.

    Even if that’s not what’s going on here, you might try setting up your remote node as an exit node, and configuring your local node to route all traffic through it. Theoretically that shouldn’t be necessary, and it will also slow down your traffic if you’re routing EVERYTHING through Tailscale. But it could work in a pinch.

    Actually, I’m looking at Tailscale documentation now and I see that they recommend setting up subnet routers instead of exit nodes in most cases. Maybe go that route instead, that makes more sense to me. That way you’re only routing necessary traffic through the remote node, rather than everything.