this post was submitted on 26 Nov 2025
28 points (93.8% liked)

Selfhosted

53179 readers
730 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
 

Hi all :)

I've got a media server set up running Navidrome, Calibre-Web, and Immich along with some other services, and want to get access to them from outside the house now. I've read that Caddy is good for securing things by making it easier to set up encryption, but I'm not sure I understand that side of things.

I've set up a Cloudflare tunnel for a Minecraft server, and I've got Tailscale installed but not set up with an exit server yet, but understand that Caddy would be better. I ideally want to set up apps on my wife's phone so that she can access the libraries too.

Is it just a case of installing Caddy and setting up the services I want to share through it? That seems too easy, like I've missed something.

If it makes any difference, I've got a standard UK ISP router with a few ports forwarded, and I'm going to add an access point and then a LevelOne GEP-5070 managed switch to learn about things like VLANs. The link to the switch is here:

https://mayflex.com/shop/product/GEP-5070

I feel like I'm missing something, but can't think what, so I'd be grateful for any help :)

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

Yeah, it operates like a VPN. On my wife's phone, I installed tailscale and set it as the "always on" VPN so that she never has to touch it. The same goes for computers. You can have it set as a startup app, and it should automatically connect every time.

On some devices, if you want to use another VPN, it can get complicated.

Tailscale only responds to the range of connections that it's in charge of, so it doesn't interfere with connecting to normal internet, etc.

[–] Tippon@lemmy.dbzer0.com 2 points 4 hours ago

That's great thanks :)

The fact that it can be always on is really helpful, there's less chance of her forgetting to use it then.

Tailscale only responds to the range of connections that it's in charge of, so it doesn't interfere with connecting to normal internet, etc.

This is the other thing that I was concerned about, that everything else would be diverted. Someone else said that it can selectively route apps, and that's put my mind at ease. I don't know why, but anything to do with networking gets me mixed up >.<

Thanks for your help, I'm going to have a play with some settings :D