• 6 Posts
  • 110 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle


  • Tinkerer@lemmy.caOPtoSelfhosted@lemmy.worldNetbird The GOAT
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    I actually had the opposite and the tailscale app would drain my battery when using one of my exit nodes. I will say the netbird app needs some love. My biggest issue is that it doesn’t stay connected or is able to reconnect when I change WiFi networks or go from WiFi to cellular.


  • Tinkerer@lemmy.caOPtoSelfhosted@lemmy.worldNetbird The GOAT
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    19 days ago

    I could never get the self hosted stun server to connect so I was always using tailscales derp servers. Netbird is also fully opensource so that was the main reason I wanted to switch. I was also able to easily setup SSO with authentic and netbird which gives me 2FA as well.














  • I run jellyfin on an LXC, so first get jellyfin installed personally I would separate jellyfin and your other docker containers, I have a separate VM for my podman containers. I need jellyfin up 100% of the time so that’s why its separate.

    Work on the first problem, getting jellydin installed I wouldn’t use docker, just follow the steps for installing it on Ubuntu directly.

    Second, to get the unprivileged lxc to work with your nas share follow this forum post: https://forum.proxmox.com/threads/tutorial-unprivileged-lxcs-mount-cifs-shares.101795/

    Thirdly, read through the jellyfin docs for hardware acceleration. Its always best practice to not just run scripts blindly on your machine.

    Lastly take a break if you can’t figure it out, when I’m stuck I always need to take a day and just think stuff over and I usually figure out why its not working by just doing that.

    If you need any help let me know!