Jellyfin+jellify seem to be good open source options
just some guy
- 1 Post
- 7 Comments
- just some guy@sh.itjust.workstohomelab@lemmy.ml•Is there a music app to which I can stream from my NAS that supports CarPlay?1·6 days ago
- just some guy@sh.itjust.workstohomelab@lemmy.ml•Is there a music app to which I can stream from my NAS that supports CarPlay?2·6 days ago
Emby has transcoding and audio only playback support for CarPlay
- just some guy@sh.itjust.workstoSelfhosted@lemmy.world•What's your opinion on Ubiquiti/Unifi gear?English16·3 months ago
Opinion wise: love unifi for networking equipment. Especially since that equipment doesn’t require the web account. For a Nas, I’m in too deep already, I’ll only use equipment I fully control. I wouldn’t buy a Unifi NAS just like I wouldn’t buy a Synology, but I’ll keep leaning on my Unifi stuff as long as it keeps doing its job well.
As for using TrueNAS w/ZFS at home, go for it if you know and like it! I actually was recently given my boss’s old home NAS that used to run his Plex server. When I got it it was still on FreeNAS (same thing, just a few versions behind) and it’s using ZFS. Worked for him, and now works for me, no problem. Both of us also use Unifi equipment for our networks. The only problems we’ve ever had were our own doings.
- just some guy@sh.itjust.worksOPtoSelfhosted@lemmy.world•Supermicro iKVM BIOS keyboard input issueEnglish4·3 months ago
Turns out I’m just an idiot. After trying a hail mary test of moving the keyboard nib into the back of the motherboard (again) the keyboard let me navigate through BIOS. Of course, all the USB settings were enabled lol and then I went to check the USB cable coming from the KVM, it had come partially unplugged.
Gotta love good ole user error!
- just some guy@sh.itjust.workstoSelfhosted@lemmy.world•Portainer Issues With Docker Update FYIEnglish2·6 months ago
Here’s the method I used from one of the issues on GitHub https://github.com/portainer/portainer/issues/12925#issuecomment-3516549977
Iirc my docker.socket wouldn’t let me just stop docker.service to edit it as described in the post, so I made /etc/systemd/system/docker.service.d/override.conf with the 2 required lines. After saving it and running daemon-reload I was able to access my containers in portainer again.
- just some guy@sh.itjust.workstoSelfhosted@lemmy.world•Portainer Issues With Docker Update FYIEnglish4·6 months ago
You can also add an override for the docker.service file to specify min api version 1.24. Had to do that last night
Good thing there was another app option that worked!