6
submitted 1 year ago by [email protected] to c/[email protected]

Hey, I was thinking about getting a VPS and hosting my own single user Lemmy instance. I am trying to think of other things to host. I already have some old hardware running unRAID with Plex, the *arrs, Kavita and home assistant. This is pushing my hardware to the limit but I still want to mess around with some self hosted things. Is there anything you would rather host on a rented server as opposed to a server sitting at your home?

top 25 comments
sorted by: hot top controversial new old
[-] [email protected] 6 points 1 year ago

I use a VPS as a homelab gateway of sorts from the outside.

Essentially, the VPS runs a Wireguard server that I connect to on my OPNSense Router. The VPS then reverse-proxies all incoming traffic through the tunnel to my homelab. All my DNS entries point to the VPS's IP. This pretty much gives me a static IP, hides my real IP, and lets me do some light caching on the VPS. Kind of like a DIY cloudflare.

I also run Uptime Kuma on the VPS, since it will continue to work if my local network is down.

[-] [email protected] 1 points 1 year ago

I do the same thing, except with openvpn. I need to upgrade it to wireguard. I ended up just masquerading the traffic opnsense router, but now everything looks like it is coming from the internal openvpn ip address.

How are you identifying traffic that needs to go out the vpn, vs traffic that doesn't, if you don't mind sharing?

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Indeed, this is perfect. No need for something like Cloudflare proxying in this case.

Which reverse-proxy do you use?

[-] [email protected] 6 points 1 year ago

Right or wrong, the line I draw is "will I need to use this if I'm away from my home network?" If the answer's "yes," then I go with a VPS. I'm sure lots of people are angrily pounding their keyboard telling me to use Tailscale, but I have no interest in hacking/tweaking my home network's infrastructure.

[-] [email protected] 1 points 1 year ago

I'm not angrily typing this but I'm curious why not Cloudflare Zero Trust Tunneling? You get built-in authentication and don't need to worry about dynamic ips. It's pretty game changing for me as far as self-hosting goes. It also doesn't require you to change your network infra as long as the host has some sort of connection to the Internet.

[-] [email protected] 1 points 1 year ago

This didn't come to mind when I wrote my comment, but there's also a "workflow friction" element. Most VPS providers have 1-click installs for the majority of the apps that I want/need to run, and I'm more of a developer than a sys admin. So I don't really get anything out of figuring out how to do it, it just becomes another headache-inducing barrier to implement the stuff I need.

[-] [email protected] 0 points 1 year ago

Fair enough! Curious if you've tried out Portainer with Docker templates which feels pretty close to 1-click installs.

[-] [email protected] 1 points 1 year ago

The closest I've gotten to playing with Docker is Distrobox while trying out Fedora Silverblue or openSUSE MicroOS, where most of the Docker functions are abstracted away. If I need something on my LAN where Docker is the best/only option, then yeah, I'd definitely dig into it.

My approach to tech in general is a combination of just-in-time learning & you-ain't-gonna-need-it, so... [shrugs]

[-] [email protected] 4 points 1 year ago

Services that need a lot of storage, I host at home (Gonic, Jellyfin, Audiobook Shelf etc). Services where I care about availability when I'm away from home, I host on a VPS (Vaultwarden, Synapse, Wordpress, DokuWiki etc).

[-] [email protected] 3 points 1 year ago

With Cloudflare Zero Trust there is absolutely no reason for me to host on a VPS anymore. I have old hardware that's all been revived and bootstrapped with cloudflare. If you have good Internet and decent upload IO why not start there especially if it's just for yourself.

[-] [email protected] 2 points 1 year ago

Fuck Cloudflare.

They’re the biggest threat around to a free and open Internet.

[-] [email protected] 1 points 1 year ago
[-] [email protected] 1 points 1 year ago

I'm out of the loop I think, what's wrong with cloudflare?

[-] [email protected] 1 points 1 year ago

Because I don't want to be centralized around a single company and service. Any company can provide a vps endpoint. I can literally be set up again in a manner of minutes on another ip, vps, or vps provider.

[-] [email protected] 1 points 1 year ago

Out of all the battles for decentralization, the convenience Zero Trust provides is a trade-off I'm willing to make. I don't see it being that much of an all-eggs-in-one-basket sort of deal since there's no configuration done on any of my hosts. I simply install the tunnel with the token and that's it. If there's any reason I need to eject from Cloudflare I can simply pull the plug. Zero Trust feels more similar to relying on a nameserver with DNS management.

[-] [email protected] 1 points 1 year ago

Does Zero Trust allow you to run things on ports your ISP blocks, a la email/port 25?

I run SimpleLogin on a VPS and if I can save $11/yr moving it home I’d definitely do it.

[-] [email protected] 1 points 1 year ago

Just a heads up, things like Jellyfin are against their TOS if you aren't paying for streaming with them.

[-] [email protected] 2 points 1 year ago

Because my university's network is cringe, I'm unfortunately forced to run everything on a VPS.

This comes with a financial cost, and I have to carefully ration my computing power, but it does have some upsides - enough that I honestly prefer it now.

  • It keeps my desktop sealed away from the wilds of the open Internet. Obviously the risk isn't that great, but since every service you run represents a potential security hole... it's nice to have a "disposable" solution like a VPS.
  • I don't have to worry about getting a static IP or using a service like Tailscale in order to talk to my services when away. All I have to do is point my Cloudflare DNS records at my VPS.
  • Better uptime. I used to host my blog on my desktop (!) which meant it would go down whenever I rebooted/lost connection/whatever. My VPS restarts once a month to apply updates and is always-on otherwise.
[-] [email protected] 2 points 1 year ago

Any web service. I have lemmy and email on rented servers.

[-] [email protected] 0 points 1 year ago
[-] [email protected] 1 points 1 year ago

For example it avoids dealing with consumer ISP, has separation from my home network and better uptime.

[-] [email protected] 2 points 1 year ago

The only thing I can really think of is email.

[-] [email protected] 1 points 1 year ago

Public things I don't want on my home IP address, so non personal services.

[-] [email protected] 1 points 1 year ago

I have my monitoring software running on my VPS so that if my server goes down for whatever reason I can still look at what might've caused it to go down. I also have Authentik running on it because I need my authentication system running to be able to login to said monitoring software. Lastly I have Mastodon on my VPS because the internet at my parents house doesn't have the upload bandwidth for it.

I have all of this running on Oracle Cloud Free Tier. I don't trust oracle in the slightest but I'm a broke college student so I take what I can get.

[-] [email protected] 1 points 1 year ago

I would say this: If it's just you accessing your server and nobody else, self-hosting is fine.

When it comes to giving other people access to your server, no matter how close of friends you may be, I would recommend renting a cheap VPS online. The security benefits are just that much better.

this post was submitted on 26 Jun 2023
6 points (100.0% liked)

Selfhosted

39251 readers
345 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS