

As others have said. The errors are easily fixed and documented if annoying. Some will require console access but are usually pretty safe.
As others have said. The errors are easily fixed and documented if annoying. Some will require console access but are usually pretty safe.
It’s surprising how slow open source is on replicating Roku. So many manufacturers could be using Linux to bypass androidTV and RokuOS bullshit. I suppose AndroidTV is good enough even despite that.
There’s a bunch of technical debt passed off as features, too. Like, Nextcloud runs background tasks as a cron job which is something I’ve never seen with other hosted services. It’s probably a holdover from before containerised applications were ubiquitous but honestly it comes off as jank.
Also, I wonder if there would be an argument for a Nextcloud fork that doubled down on PHP by utilising something like Laravel to put all the rendering on the server side. Right now it uses VueJS which is fine, but PHP is really best suited for server side rendering that you just can’t leverage when using a front end framework in JavaScript.
the new name is pretty slick so not all that bad
Private trackers usually have a request mechanism that you can use. I currently use seedpool and digitalcore which let you request media after you’ve spent enough time seeding media
I wonder if Facebook will be quietly watching this considering their very public consumption of AA recently.
Cloudflare is known for being unreliable with how and when it enforces the ToS (especially for paying customers!). Just because they haven’t cracked down on everyone doesn’t mean they won’t arbitrarily pick out your account from thousands of others just to slap a ban on. There’s inherent risk to it
Even just basic API versioning would be sufficient. .NET offers a bunch of ways to handle breaking changes in APIs
they also have good free tiers for hosting services i think? see them come up at a lot as an alternative to oracle for hosting small svcs
my friends complaining that my plex server because I left my phone on the bus and it ran out of charge
A real hero buys second hand copies of media they cant find on public trackers and uploads them for the good of the swarm 🤜🤛
I have it as an unprivileged container behind a reverse proxy and HTTPS/HSTS. I know it’s not perfect but I keep backups of important shit and monitor things regularly.
I agree that Jellyfin needs to improve its API security, though. Their excuse that “it would break clients on old APIs” is moot when C# comes with API versioning features out of the box.