[insert “you haven’t thought of the smell!” Always Sunny meme]
The Internet is bad.
- 1 Post
- 11 Comments
RxBrad@infosec.pubto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English93·4 months agoAlso the Android TV app is AWESOME!
I dunno…
There’s a transcoding bug in the Android TV version of the Jellyfin client where transcoding a video with 7.1 audio breaks playback. Even with a Pull Request out there that fixes it (by matching the behavior of other Jellyfin clients), the issue got closed as “not planned”. The continued suggestion continues to be “just force everything to play in stereo”.
I don’t have unlimited bandwidth, so plenty of my stuff gets transcoded in Plex. I can’t, in good, conscience, switch my friends & family (most of who use Android TV) over to Jellyfin.
RxBrad@infosec.pubto Selfhosted@lemmy.world•What skills are needed to self host without too many headaches?English13·6 months agoMostly Docker.
Portainer and plugging Docker Compose XML into Portainer stacks makes Docker stupid-simple. (personally speaking as a stupid person that does this)
Cloudflare tunnels for stuff people other than you might want to access.
Tailscale if it’s only you.
Reverse proxy & port forwarding for sharing media over Jellyfin without violating the Cloudflare Tunnel ToS.
RxBrad@infosec.pubto Selfhosted@lemmy.world•Why is HDR in Plex such a chore while it is no problem on VLC?English41·7 months agoMe with a i5 7500…
“HDR is a chore?”
RxBrad@infosec.pubOPto Selfhosted@lemmy.world•Heads-Up for anyone running Tailscale via docker-compose (Breaking Change)English1·7 months agoLuckily I realized that I could Cloudflare-tunnel my Portainer UI out to a long random-nonsense subdomain name.
That allowed me to fix it (and then immediately kill the tunnel – not a fan of exposing Portainer to the internet).
RxBrad@infosec.pubOPto Selfhosted@lemmy.world•Heads-Up for anyone running Tailscale via docker-compose (Breaking Change)English4·7 months agoAdding this device this also appeared to fix my https://github.com/haugene/docker-transmission-openvpn container that recently died. (And not simply giving it elevated privileges, as was previously recommended)
https://github.com/haugene/docker-transmission-openvpn/issues/2883
It appears that these issues all originate from an update to runc (which is used by containerd): https://github.com/containerd/containerd/issues/11078
RxBrad@infosec.pubto Selfhosted@lemmy.world•Ripping my hair out over this, how do I make Wireguard in Docker work?English2·7 months agoEDIT: My suggestion probably doesn’t work for your use-case, but I’ll leave it for anyone else…
I use this to only tunnel the ports I actually need: https://github.com/DigitallyRefined/docker-wireguard-tunnel
My CGNAT’ed home PC is the client, and my public-facing Oracle Cloud instance is the server.
I’ve tried and failed miserably to use the “official” Wireguard container. Once I start reading suggestions to modify iptables outside of Docker, I know I’m in trouble.
I’m just thinking something as simple as the app triggering an event that unlatches a compartment that corresponds to that specific time. “It’s 12:00. Open the compartment with all the 12:00 meds.” You’d probably have to include multi-day support, too (I fill dad’s meds a month at a time in this - https://a.co/d/cRw0e93 )
That same event could do things like trigger a visual or audio alarm, too.
My goal would be to make it as hands-off as possible for him. He already finds ways to “cheat” the daily dispensers he has now.
EDIT: Look up Pyxis or Omnicell Dispensers for examples of unlatching compartments. We use these pretty extensively in hospitals.
EDIT 2: Here’s a good example (starting around 2:00) showing how the individual compartments unlatch: https://youtu.be/bPJSbexZNC4?t=120
Pharmacist here, struggling to find a way to keep my dad on schedule with his Parkinson’s meds.
Adding an option for webhooks at scheduled dispense times would open up some cool opportunities for nerds like us to create automated dispensing units.
My daily trickplay task finished in 1 minute after the update. So apparently not.
Personally, my ISP (T-Mobile 5G) has CGNAT and blocks all incoming traffic. I can’t simply Wireguard into my network. Tailscale has been my intermediary to get remote access.
I guess it’s time to figure how how to host an alternative on a VPS (I see Headscale mentioned in these comments).