Willdrick
@Willdrick@lemmy.world
- Comment on Plex now will SELL your personal data 2 days ago:
Jellyfin user here, glad I dodged the bullet when I had to pick between it and plex.
Tl;dr you want something like plex to:
- manage your media files for you
- get metadata for extra features (eg. show me similar movies, select an actor from the cast and see all your media with that actor, etc)
- track your watch progress
- play on several devices (tv, mobile, pcs consoles)
- transcode media to a compatible format for your client device
- share your media library with your family
- get notified of related media being released (new season of a show or new movie onba series)
And the biggest one for me
- tidy up ripped dvd/br movie collection, download missing CC or subtitles
- create a self-hosted alternative to shitty subscription services
- Comment on Nextcloud (PHP) vs OpenCloud (Rust) 1 month ago:
Have you tried Synching? If you only need transferring files back and forth and no version control or snapshot-like backups, that might be even simpler
- Comment on Nextcloud (PHP) vs OpenCloud (Rust) 1 month ago:
Tried OCIS a while back and its way faster than NC syncing files, even the initial sync was so fast I didn’t trust it was fully done (but it was).
That being said, OCIS is missing several key features I daily use: namely proper DAV support (contacts, calendar, todo, journal, etc) as well as integrations for stuff like SeedVault for mobile backups.
- Comment on How do I securely host Jellyfin? (Part 2) 1 month ago:
Here’s an idea: on your android device use something like Insular to create a work profile, that way you get its own VPN slot, add your selfhosted-related apps there along with Tailscale. You can keep ProtonVPN on for your other apps, while using TS for your “LAN away from home” stuff. Since Tailscale already encrypts all traffic, you don’t have to worry about HTTPS, certs, et al.
- Comment on Developing a self-hosted alternative to Google Keep 1 month ago:
Oh no, don’t take it as “don’t reinvent the wheel”! I meant it in the true sense that sometimes we spent so much effort and focus building something, just to post about it somewhere and getting a reply “Oh nice, it’s exactly like X project!”.
Currently I’m running NextCloud on prem, so DavX5 and JTXBoard cover most of my note taking and todo tasks, and I guess one could deploy the server-side encryption module on a NextCloud AIO on a VPS and keep everything (probably) safe and private. I’m kinda lazy too, that’s why I liked the hands-off maintenance of NC-AIO. I get notifications to update stuff, and I get regular security audits from NC itself.
BTW, never take that “doing stuff already done” is in detriment of helping FOSS projects. There are tons of examples of people randomly tinkering around and accidentally finding some huge fix for other projects. Off the top of my head, some weeb wanted to play Nier Automata at decent framerates on wine and a few years later, here we are with DXVK and all the proton stuff making most stuff playable!
- Comment on Developing a self-hosted alternative to Google Keep 1 month ago:
Really interested on seeing this, although if I could make a suggestion, start by scouting around and see if you can adapt FOSS apps, maybe fork them and add/remove features to please your objectives and tastes.
Although I’m eager to see these through, I like projects like murena (/e/OS) that cobble together good Foss projects into a single cohesive ecosystem (without making the word ecosystem gross and vendor locked in like in most cases)
- Comment on It was nicer when Duke Nukem Forever was famous for never coming out 1 month ago:
Even if ubi were doing fine I doubt we’d ever seen it, and if we ever so, I expect another DNF case
- Comment on It was nicer when Duke Nukem Forever was famous for never coming out 1 month ago:
And Beyond Good and Evil 2
- Comment on Encrypting data on local servers? 1 month ago:
Unless the crook happens to be extremely nerdy or its law enforcement, already being a Linux formatted partition feels it should be enough for a rando breaking in and stealing a computer.
That being said, something like a PiKVM connected to your server (and Tailscale) could let you enable both UEFI/boot password and propt for LUKS decryption upon boot.