this post was submitted on 09 Feb 2025
120 points (96.9% liked)

Selfhosted

42055 readers
592 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 2 years ago
MODERATORS
 

This is a continuation of my other post

I now have homeassistant, immich, and authentik docker containers exposed to the open internet. Homeassistant has built in 2FA and authentik is being used as the authentication for immich which supports 2FA. I went ahead and blocked connections from every country except for my own via cloudlfare (I'm aware this does almost nothing but I feel better about it).

At the moment, if my machine became compromised, I wouldn't know. How do I monitor these docker containers? What's a good way to block IPs based on failed login attempts? Is there a tool that could alert me if my machine was compromised? Any recommendations?

EDIT: Oh, and if you have any recommendations for settings I should change in the cloudflare dashboard, that would be great too; there's a ton of options in there and a lot of them are defaulted to "off"

you are viewing a single comment's thread
view the rest of the comments
[–] peregus@lemmy.world 17 points 1 day ago (2 children)

With Wireguard there's really no reason.

Well, that's kinda of a personal choice. If somebody needs to have services accessible by someone else besides him, that service can't be behind a VPN (let's face the truth: we know that we can't ask all out relatives and friends to use a VPN).

[–] KairuByte@lemmy.dbzer0.com 4 points 1 day ago (1 children)

There’s also something to be said about some services being cordoned off in a VPN while leaving some public with security. I don’t necessarily want everyone within my full network if all I want is to share one service with them.

[–] peregus@lemmy.world 2 points 1 day ago (1 children)

For that, you can restrict access to a single service with iptables.

[–] Xanza@lemm.ee 1 points 1 day ago (1 children)

This is effectively the same damn thing with a single exception. If your VPN is down, there's no access to your server. If for whatever reason your firewall is down, there's unrestricted access to your server...

VPN is unquestionably the correct choice 100 times out of 100.

[–] peregus@lemmy.world 1 points 1 day ago (1 children)

If for whatever reason your firewall is down, there’s unrestricted access to your server…

I don't know what kind of firewall you use, but if my firewall is down there is NO traffic at all passing through!

And by the way, since I've replied to someone that don't want to use VPN because he doesn't want to give access to the whole network, I meant that he could use a VPN AND iptables to restrict the guest access to single services instead of the whole network.

[–] Xanza@lemm.ee 0 points 1 day ago (1 children)

I don’t know what kind of firewall you use, but if my firewall is down there is NO traffic at all passing through!

Only a hardware firewall would do this. If it's software, like implied in your post, no traffic is filtered and all connections are accepted.

VPN is the least amount of work for the most secure setup. There's nothing to even argue, its superior in every way.

[–] peregus@lemmy.world 1 points 1 day ago

Only a hardware firewall would do this. If it’s software, like implied in your post, no traffic is filtered and all connections are accepted.

Talking abut netfilter, since it manages also the forwardning, it for some strange reason it should crash, NO IP traffic is flowing

VPN is the least amount of work for the most secure setup. There’s nothing to even argue, its superior in every way.

If there's nothing to even argue, then I say goodby to you since I'm here to discuss. All the best!

[–] Xanza@lemm.ee -3 points 1 day ago* (last edited 1 day ago) (1 children)

If somebody needs to have services accessible by someone else besides him, that service can’t be behind a VPN

Again, this is the reason VPNs exist. If that person needs access, then setup Wireguard...

It's like saying you don't need a front gate with an access code because then you would have to give out your own access code. But I mean, the lock has the ability to setup more access codes. And you're saying the only viable option is the leave the gate open and hire a guard to manage access. It's just... Weird and wrong.

[–] peregus@lemmy.world 1 points 1 day ago (1 children)

Again, this is the reason VPS’ exist.

What? What's the difference between a VPS and your home server? You may say that's a good practice to separate things, so maybe have a a VM with public facing services and another with more private stuff reachable only with a VPN. But for something like Nextcloud, it needs to be public (if you're not the only one using it), but it contains personal stuff and then comes the OP request!

[–] Xanza@lemm.ee 1 points 1 day ago* (last edited 1 day ago) (1 children)

You may say that’s a good practice to separate things

You're missing the point. VPN isn't about separating anything... I'm not even sure what you mean by that. VPN is the accepted practice here. Unquestionably. You create private services, and for security you only expose them to the least amount of people possible. You authenticate via VPN connections. You only have to maintain a single database of users to access any number of services, even tens of thousands.

OP is specifically talking about hosting local content that they want to protect. VPN is the solution here.

[–] peregus@lemmy.world 1 points 1 day ago (1 children)

Well...if you edit your post after someone has replied to it at least specify what's you've edited and don't pretend that the answer that somebody else has already given you wasn't about your non edited post!
If you (my mistake) wrote VPS instead of VPN, you can't pretend that I've answered about VPN!
If you can convince your family member and your friends to use a VPN to use your service, that's good for you, and I mean it!
But saying that it's quite impossible to do that, I think that I'm speaking for 99% of the self hoster (is this correct in English? Bah, you got me!)

[–] Xanza@lemm.ee 0 points 1 day ago (1 children)

The entire point of selfhost is to host private services not available to the public. By literal definition, that's allowing only local traffic to connect to your services. It's infinitely more secure. A VPN allows you to extend those services over the clearnet to authorized devices via virtualized networks. You don't have to worry about messing with inbound/outbound ports, or worrying about software failure or misconfigurations accidentally exposing you to the clearnet. You don't have to worry about DDoS, or abuse. Being attacked? Bring down your VPN and that completely shuts down your issue. Your network is completely unreachable by anyone but a local host.

There's simply no room for an argument. VPN is objectively better in all possible situations.

[–] peregus@lemmy.world 1 points 1 day ago

The entire point of selfhost is to host private services not available to the public
Probably your entire point, a lot of self hosters self host services that family members and friends can reach most of the time without the need of a VPN. This very community is full of examples.

It’s infinitely more secure

I'm with you about that.

There’s simply no room for an argument.

As stated in the other post, I'm sorry about that, I'm here to discuss and learn, if you don't have room for an argument, our discussion ends here.

VPN is objectively better in all possible situations.

Exactly! in all possible situation!!!