I just use docker compose files. Bundle my arr stack in a single compose file and can docker compose pull to update them all in one swoop.
I just use docker compose files. Bundle my arr stack in a single compose file and can docker compose pull to update them all in one swoop.
The Cornell app is magical. If i self host this is it mobile compatible? I’d love to be able to host and share this with the family if so.
Another strong vote for Syncthing. It sounds like exactly what you’re looking for and it’s dead simple to set up, low resource (far lighter than next cloud), E2EE and expressly limited as far as what directories you give access to.
Seriously. Even better when they just turn it on one day without warning because they can’t handle building out infrastructure to suit their growing customer base. Bastards.
And iOS app too! It’s awesome.
007 Nightfire softmod crew checking in. Kodi has been making the best htpc for more than a decade now. I love me some jellyfin, but I’ll probably always have a kodi box or two around the house.
Kodi IS XBMC. It’s the same team, XBMC changed their name to Kodi once it became unavoidably awkward that no one was running XBMC on actual Xboxes anymore. Plex started as a fork of XBMC but went down the proprietary route and shunned their FOSS roots.
The evil clone of XBMC is finally in its death throes (yes I’m still bitter about that). No worry, Jellyfin is better.
It’s a shame it only seems to be at the level of davinci-003 by now. I’m super interested in this, but that’s just not good enough for most of the things I use GPT-3/4 for today…
I’ll piggyback on this post in that I’m looking for a good ObsidianMD -> self-hosted wiki solution.
Absolute psychopath.
Eh, personally I just found NPM super easy to set up and manage, especially when it came to setting up letsencrypt etc. Everything just works. Easy to update, easy to manage, easy to take down and spin back up again. My OP had a bit of snark though, I’m not exactly an expert, I’m sure there are very good reasons why the OP and other smart nerds on this community may disagree
You’ve got those carrots in the wrong direction.
Get a mini pc/NUC with an intel j4125 or better and it will be a great little streaming powerhouse for jellyfin. Usually can grab one for < $150
“No. No, man. Hell no. No, i imagine someone would get their ass kicker if they said something like that”
The tankie fucks suck, for sure.
Stack of Pi’s and a J4125 for streaming works well for my usecase
Doctorow has it right. Enshittification.
There’s plenty of tutorials out there for it. A quick DuckDuckGo search turned up this as one of the first results, but the theory is the same if you wanted to bundle ‘arr containers instead of nginx/whatever. https://www.digitalocean.com/community/tutorials/workflow-multiple-containers-docker-compose
Essentially you create docker compose file for services, within which you have as many containers as you want set up like you would any other compose file. You ‘docker compose pull’ and ‘docker compose up -d’ to update/install just like you would for individual docker container, but it does them all together. It sounds like others in the thread have more automated someone with services dedicated to watching for updates and running those automatically but I just look for a flag in the app saying there’s an update available and pull/ up -d whenever it’s convenient/I realize there’s an update.