Charming-Molasses-22

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

I use linuxserver.io's nextcloud docker image. While I've seen people struggle to setup Nextcloud properly to the point of just giving and installing the snap version of it, I can count the number of times I've needed to do manual interventions for nextcloud with LSIO's nextcloud image. It works like a charm.

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

Same. I've written many custom bash scripts with it and just about the only thing I know about bash is that it starts with a #!/bin/sh line at the top.

It's also very good at explaining things even though you have to prod it many times to give it direction otherwise it can get lost in its own cloud.

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

Sure.

So local traffic is how devices in one network communicate. E.g say you have two computers in your home network, as long as they are joined to your wi-fi they can "talk" to each other without any intermediary between them.

Since VPN clients take over your device network, they also setup special rules to bypass your local network so that your device can continue to talk to other devices in your home network.

Tailscale doesn't setup these rules and instead expects you install Tailscale to the other devices to continue this inter-connectivity. Could be a malevolent move so that they can jack up the number of installs but I think it's totally dumb.

Split tunneling is a way to tell the VPN client to bypass an app so that the app does not use the VPN network and uses your local network instead.

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

Tailscale doesn't respect local traffic and they have refused to add split tunneling on their Android VPN client. For these simple reasons, I would never take this product seriously.

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

Depends with your security priorities and if you trust the software you plan on using. Securing software/docker containers can be as deep deep a rabbit hole as you willing to go.

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

I don't check it all the time like a maniac but I have a glances docker running on my main server.

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

Installing fail2ban and not configuring it is as good as not installing the program in the first place.

Include unattended-upgrades with configuration for security updates. This is essential to any actively accessible server.