Upgrade notes for 10.11 RCs
- 2 Posts
- 51 Comments
Downloaded through HTTPS so end-to-end encrypted
Their reasoning is literally the second sentence on that page.
Note however that the
10.Y.Z
release chain represents the “cleanup” of the codebase, so it should be accepted that10.Y.Z
breaks all compatibility, at some point, with previous Emby-compatible interfaces, and may also break compatibility with previous10.Y
releases if required for later cleanup workAny 10.Y.Z release is cleanup and can include breaking changes. That’s been the case for 10.9 and 10.10 already btw.
exu@feditown.comto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish1·23 days agoYeah, I also use that, but it’s not quite as easy as the others. Either you’re open to the whole network or you need some form of external key management to add/remove peers from your network.
exu@feditown.comto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish21·23 days agoA bunch really, Headscale with Tailscale client, Nebula VPN, Netmaker, Zerotier.
This is the database rework that’s been in progress for a while to remove all the bad inherited database code from when the forked Emby. No more SQL statements in code or plugins, any DB access now goes through the core library. There are a few blog posts in their website with more details.
exu@feditown.comto Selfhosted@lemmy.world•Is there any good decentralized cloud storage for personal backups as a self-hoster?English4·27 days agoOh, that’s disappointing. I was thinking of eventually using Storj as a second s3 endpoint for backups in addition to Backblaze.
You can have a dynamic language that is strongly typed to disallow stuff like this. Like Python for example
exu@feditown.comto Selfhosted@lemmy.world•Plex now want to SELL your personal dataEnglish3·1 month agoThey’ve been putting ads on your home screen for years
exu@feditown.comto Selfhosted@lemmy.world•Garage - S3-compatible Object Storage alternative to MinioEnglish5·1 month agoI had the opportunity to check out a bunch of S3 servers for work. For a quick summary, Garage was much faster than Minio in my tests but lacks advanced S3 features like object locking, versions or retention. Be sure to check what you need before switching.
Also, it’s CLI only as far as I know, so the same as Minio will be.
exu@feditown.comto Programmer Humor@programming.dev•You can't "skill issue" yourself out from every situationEnglish7·1 month agoGod really should get on that and fix the design issues with humans
Use one artist for album artist. For the artist field, look up how to properly split entries. This is different for IDv3 vs Vorbis. Split the artists and Jellyfin will handle it fine.
It’s really a wild growth over the years. My current approach is twofold. Netbox to manage devices/VMs and associated info with service deployments using Ansible. You can use the info from Netbox as an Ansible inventory directly.
Previously I tried network diagrams (too low detail) and spreadsheets (terrible to modify) to document machines. And for serviced I’d have an install page on my wiki (apologies, the codeblocks are somewhat broken atm)
Linters won’t necessarily help. You also need a code formatter that screams at you if you intent badly.
exu@feditown.comto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English13·2 months agoPer the RSS specification the
guid
field is optional.And if you do want to provide it, any string works. So just count up from 1, use the title, current date or whatever for that field.
Why is this here?
Edit: apparently that dude’s been doing multiple of those
Tape ARchive -eXtract File
tar -eXtract File
Looks like they’re generally confused. The license file is GPLv3, the readme claims to be licensed under LGPLv3 and they have those terms. Potentially the terms apply only to official binaries, similar to VSCode.
I think this would require some form of CLA, or they couldn’t redistribute contributed code under their terms.