this post was submitted on 20 Jul 2023
63 points (95.7% liked)

Selfhosted

39937 readers
353 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
 

Maybe I'm using the wrong terms, but what I'm wondering is if people are running services at home that they've made accessible from the internet. I.e. not open to the public, only so that they can use their own services from anywhere.

I'm paranoid a f when it comes to our home server, and even as a fairly experienced Linux user and programmer I don't trust myself when it comes to computer security. However, it would be very convenient if my wife and I could access our self-hosted services when away from home. Or perhaps even make an album public and share a link with a few friends (e.g. Nextcloud, but I haven't set that up yet).

Currently all our services run in docker containers, with separate user accounts, but I wouldn't trust that to be 100% safe. Is there some kind of idiot proof way to expose one of the services to the internet without risking the integrity of the whole server in case it somehow gets compromised?

How are the rest of you reasoning about security? Renting a VPS for anything exposed? Using some kind of VPN to connect your phones to home network? Would you trust something like Nextcloud over HTTPS to never get hacked?

(page 2) 37 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

I have one for OpenVPN and that's it.

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

I'm somewhat like you, in that I recognize I'm not a network guru. My home server with containers, as well as a few other devices are blacklisted from accessing the internet at my router. When i have needed outside access I have one machine with wireguard and some ip forwarding/masqurade etc so I have one connection in but can see the LAN for logging into stuff "locally". The only pain is non internet access devices losing sync with a time server.

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

Openvpn to connect to the network, 80 and 443 for static websites, that's it.

Email gets delivered by a VPS via a different port, ssh acces via vps as well. No initial connections from an ip not from the my country as well.

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

For services that need to be public facing (Mastodon, Lemmy, Gitea...) I'm renting a VPS. Services that are only for personal use run on my home server and are only accessible through Wireguard, with the VPS acting as a "bridge" whenever I'm outside of my home network.

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

I'll put a recommendation out for if you're going to open ports: use abnormal ports. Someone is likely to try to hit your port 22 for ssh, but not your port 49231.

Edit: It's definitely some security by obscurity. Still use a strong password or keys.

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

ipv6 and reverse proxied. yes.

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

I run a few services that require ports to be open. Everything that can go behind a reverse proxy does so. But there's some that can't and that's OK.

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

I use Remote Desktop, BitTorrent, and play games, so I need some things open for that. I used to be super paranoid about hackers and viruses and shit like that, but it's not like those things are looking for regular, everyday users and even if they did get in my system, I don't keep anything important on my computer so I can just wipe it all out and reinstall everything.

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

80, 443 for HTTP/S, and 587 for a VPN service. Reason being that I travel frequently, and often have to connect through a bunch of different networks, Airport WiFi, mobile roaming, hotel WiFi, etc. and you never know the kinds of network restrictions they impose on their pipes.

80 and 443 is least likely to be dropped, while 587 is a common SMTP port that could make it through most networks.

[–] [email protected] 1 points 1 year ago (1 children)

I'd if I could, but CGNAT.

[–] [email protected] 1 points 1 year ago (1 children)

This year I started using DynDNS with only my IPv6 address since IPv4 is behind CGNAT and it actually works quite well nowadays

[–] [email protected] 1 points 1 year ago (1 children)

What do you mean works? Like you could access from everywhere some services like Plex or Nextcloud?

[–] [email protected] 1 points 1 year ago (1 children)

yes just like with a static IPv4

[–] [email protected] 1 points 1 year ago (1 children)

Ok, I'm not sure of how exactly this works, but I'm gonna check it out since I have IPv6 addresses.

Just to be clear, even from IPv4 only can access my exposed services?

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

If you expose ports on IPv4 or IPv6 (port forwarding) anyone can access the service behind these ports if they know your address but so do you too

[–] [email protected] -1 points 1 year ago
load more comments
view more: ‹ prev next ›