jivandabeast

joined 2 years ago
[–] [email protected] 1 points 4 months ago

Can you provide an example? I'm a little confused by what you mean.

[–] [email protected] 44 points 4 months ago (5 children)

Here, I cleaned it up

[–] [email protected] 1 points 4 months ago (1 children)

Once the port is open, you should be able to access it via the tailscale IP just as you would locally on your network

[–] [email protected] 2 points 5 months ago

Ahhh i gotcha, so basically it forwards traffic through the pi so that you can send traffic through tailscale on devices that don't support it? Sounds like a cool idea tbh

Good on ya for the tailscale/syncthing though, off-site backups are super important! If Jellyfin supported federation you could merge your library and your parents library and have it all accessible through each of your local instances. Maybe one day they'll add it, i think it would be a killer feature.

Glad the write-up helped though, it should at least help you move towards single instances (at least for immich) since you can just backup on tailscale via the dns entry!

[–] [email protected] 2 points 5 months ago (2 children)

Glad to help, yes that is a perfect example of how you could use this to your benefit. Much easier to just tell people to enable VPN (tailscale) and navigate to an easy to remember URL.

I'm somewhere in the middle, I do cybersecurity professionally so i work a lot with technical stuff but my hobbies are much deeper in it so theres a lot of stuff i don't know. But, thanks to these communities i was able to learn how to do a lot of things and have now levelled up into doing the research on my own and trying to give back :)

In your dream scenario, is that each family member would be hosting immich/jellyfin on their pi zero? Or is the pi zero somehow routing traffic for them back to your server for jellyfin and immich?

[–] [email protected] 2 points 5 months ago (2 children)

Happy to help!

Side note, if you want to make publicly available services, you could use cloudflare tunnels. They work in a similar way -- letting your services be accessible over the Internet without needing to open ports. Some other people in the comments have mentioned that Tailscale funnel can also work for this, but i haven't used it so I can't really advise on that front

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

Just looked it up, seems to pretty cool. Does it only work with one service though? You proxy one port to your tailscale domain name, but does it do routing for additional ports at the same time?

I've only done surface level research into it, and honestly didn't come across this when i was doing the research for NGINX Proxy Manager, but it seems a little limited in comparison.

Happy to be proven wrong though, any easy solution is a good solution :)

[–] [email protected] 1 points 5 months ago

That does work great, but when I'm on mobile i find it a lot easier to just go straight to the service rather than using a dashboard (although i have one set up)

[–] [email protected] 2 points 5 months ago

Interesting, i didn't know that but that is definitely something worth looking into if you need it for your usecase:

https://tailscale.com/kb/1223/funnel

Personally, I use a cloudflare tunnel for that. I'll probably end up checking out tailscale funnel at some point for fun though

[–] [email protected] 3 points 5 months ago (4 children)

To my understanding, yes! I touched on it in the post but since tailscale is a VPN that doesn't require open ports to access other devices in the tailnet, you don't need to worry about CGNAT

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

Same thing,

CNAME: * -> @

Which translates to: * -> example.org

* Is a wildcard DNS character, basically meaning any subdomain will get forwarded to the root domain

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

Where? All the keys in the screenshots are sample keys

First SS: its 01234456789abcdef repeated Second SS: it just says yourapikeyhere

view more: ‹ prev next ›