So I have been struggling to get a app in truenas working. I used truecharts jellyfin and connected it to tailscale. So tailscale and jellyfin are in a pod. The issue is the host name changes ever restart. So tailscale recognizes it as a new computer. so i have to re approve it.
Is it possible to set a static hostname or pod name?
I spent over a year learning docker. kubernetes sucks in comparison. I have no idea where to start. I feel so lost. All I want is the pod with tailscale and jellyfin to stay the same on every restart. This way tailscale recognizes the connection as already being approved.
The thing is I can do that. I just want to separate the vpn connections. Like jellyfin accessible by friends and family, but nextcloud or vaultwarden only by me. trying to make each docker have a tailscale connection seemed like a straightforward way. it works i just have to constantly reapprove jellyfin if i restart it.
seems odd. different ip because random mac makes sense, but should not affect hostname.
hostname for each new instance of jellyfin / docker container, kinda makes sense, but should be able to sticky a custom name, instead of a randomised one?