Tinkerer

u/Tinkerer@lemmy.ca
6 posts · 119 comments

Recent posts

Recent comments

on Stay safe folks · c/3dprinting · 4 pts · 91d

That helpful link shows just the A1? I have an a1 mini from 2024 I hope I don't get this issue? Now that I know more about 3d printing I'll be er give my money to bambu again. Literally cancer to open source, glad I've never connected my printer to WAN and always have it in LAN mode.

on Netbird The GOAT · c/selfhosted · 4 pts · 147d

It was relatively easy once I figured out that netbird doesn't support a wildcard certificate. They just released and update that fixed that and they now support subdomains. I also do still have headscale as a backup if I need it.

on Netbird The GOAT · c/selfhosted · 1 pts · 148d

Oh yeah I know. I'm mostly only able to use deep servers and that's why I switched because j wanted to be able to use my own deep server and not have to rely on tailscales.

on Netbird The GOAT · c/selfhosted · 1 pts · 148d

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.

on Netbird The GOAT · c/selfhosted · 8 pts · 148d

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.

Ok looks like I figured it out, turns out Netbird doesn't like wildcard certificates, I spun up a quick NPM reverse proxy in docker and everything is now working fine using a certificate for netbird.mydomain.com instead of a wildcard cert like *.mydomain.com

on Netbird is king. · c/selfhosted · 5 pts · 169d

I've been looking at this. I'm currently hosting headacale which is super easy and nice. I might give this a try I just need to get over the hurdle of adapting this to work with podman like I have with headscale. Anybody else running this via podman quadlets?

I'm also looking for something. I just tried netdata but looks like there is a 5 node limit now? I'm green on netdata but seems like a lot of people are mad about it lol. I'll give beszel a try but doesn't look like it does logs? Any thoughts on Foss options for system logs and alerting as well?

From what i know about netbird(which is not a lot). Buy its a beast to setup. I could never even get their standard docker compose file to work.

That being said I'm rocking headscale and love it, super easy to setup and tons of documentation. I'll need to give netbird a other try when I get time though.

This is most likely because of encoding. Did you change any settings in jellyfin for hardware acceleration? Have you passed theough your GPU? You will need to find out what codecs your GPU supports and enable those in the jellyfin hardware encoding spot.

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!