• 3 Posts
  • 72 Comments
Joined 9 months ago
cake
Cake day: July 3rd, 2025

help-circle







  • Personally, I would do this in docker. That way you can have clearer separation between services and networks. But it’s not a hard requirement.

    I would just do it, as you wrote. For example, on the account of jellyfin server, configure the tailscaleA client, then wireguard client, etc. Set those up as separate user services/processes/system services if root permissions needed and that’s it. Then on other services set the needed connections separately.
    It might be handy to set up traefik, so things served via vpns can go through the same routes as local traffic, so you use the same path as your users do

    When you have a service that serves something on a port, you are not limited to only one connection. It can be accessed through different clients, the only needed part is that those clients connect to their respective vpn networks and pass the traffic correctly

    I don’t see a need for a separate device for that routing













  • Here is how the Pangolin resource is configured

    Use the hostname that is reachable on docker instead of IP. I think in this case that would be plex (name of docker service/container(?))

    Go to access logs in pangolin dashboard and try to find out at which level the problem occurs. Where’s the last spot you see your query? Pangolin? Newt? It disappears after newt? Your plex service logs something about the query?


  • Maybe things have improved but some years ago I was using Synology servers at work. VMs, HA, etc. They are nice at the beginning but after some time, unfortunately, the truth is that it’s just another locked down box where whether you can tweak a thing depends if it was made possible by Synology. And while I’m not some kind of NextCloud master, I can see how it could require some tinkering from time to time. For sure it’s better to “just do it” and migrate if it’s not enough instead of not getting into the thing at all. But if I were on your spot I’d either go with something less humongous on Synology or NextCloud on docker