I am currently using Traefik with rathole to expose services which do not have a public available port. It seems netbird has a nice gui, but is not able Todo advanced reverse prox configs based on path, headers, etc…
fightforlife
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 19th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
fightforlife@lemmy.worldto
Selfhosted@lemmy.world•What's the security situation when opening a jellyfin server up for casting?English
2·7 months agoAn Idea I am also using for other things where I do not want to use a VPN:
- Setup a reverse proxy (e.g. traefik)
- Setup an oauth middleware for everything (forward Auth)
- Create rules to exempt very specific request based on IP, headers, etc… from the middleware.
In the casting use case you have to find a request and check if there is any parameter that you can use to safely whitelist the request. Ofcourse someone could get behind this and fake the request to match the whitelist. But without knowing that there is even a whitelist no one will really try
fightforlife@lemmy.worldto
Selfhosted@lemmy.world•Technitium DNS v14 is released with support for clusteringEnglish
10·8 months agoThe feature list sounds even better than adguard home. I might give this a try!
Isn’t this similar to rathole or frp?