
avidamoeba
@avidamoeba@lemmy.ca
- Comment on please recommend a simple selfhosted photo gallery 4 days ago:
Another vote for Immich. Running it with docker compose is trivial. Been using it for 2 years now and it’s been glorious. Running it without docker would take more setup, not sure how complex.
- Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation 2 weeks ago:
Really feels like it. Look at the paragraphs and the list here.
- Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation 2 weeks ago:
Omacom Foundation launches with $18.5 million
It’s time to dream big. Omarchy Quattro has given people a chance to experience what the malleable computer of the future looks like, and they like it (a lot!). It now feels like a moral obligation to make this future more broadly available and fundamentally change how people relate to their computers for the first time in what seems like forever.
To do just that, I’m incorporating the Omacom Foundation to ensure that this mission is fully funded, durable, and ready to accelerate.
This nonprofit foundation will hold the trademarks, fund the infrastructure, promote the work, and support the open-source projects and developers Omarchy depends on.
These twelve Founding Patrons are each contributing $1 million to this mission:
- Tobi Lütke, CEO of Shopify
- Patrick Collison, CEO of Stripe
- Michael Dell, Chairman and CEO of Dell Technologies
- Jack Dorsey, Block Head and Chairman of Block
- Matthew Prince, CEO of Cloudflare
- Brendan Iribe, Cofounder of Sesame and Oculus
- Jason Fried, CEO of 37signals
- Drew Houston, cofounder and co-CEO of Dropbox
- Peter Steinberger, creator of OpenClaw
- Brian Armstrong, CEO of Coinbase
- Yunjie Dai, cofounder of TapTap
- Yours truly
These Founding Corporate Patrons are each contributing $1 million a year for three years or $1.5 million in tokens, with renewal by mutual agreement:
- DigitalOcean
- Meta Superintelligence Labs
- Comment on BRAVIA 4K AE1 Google TV demanding internet 3 weeks ago:
Good to know. I will make sure not to update as mine isn’t doing it yet.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
This is true but it’s nice to have the whole app, data and database in one place, going together, snapahotted together, backupable together. It’s slower for sure. With a large pool (more disks) and especially with the magic of SSD cache, database reads fly and reads are the majority of the loads in my heads. In the future I would put root on ZFS as well and either do SSD cache or have root on ZFS SSD pool that gets send/recved regularly onto the spinning pool so it’s easy to restore when needed.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
Thanks for looking into it. As far as I read they moved to an ORM with 10.11 as a prereq to supporting other db engines. I’m guessing the db connection code would be undergoing major changes when they do that so I wouldn’t rewrite the current implementation. I’d either follow that work and help them get it right or rework the implementation after they’re done. We’ll just suffer through the mean time. 😄
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
64K is generally small recordsize. For media they recommend 1M. My db was sitting on the default 128K recordsize and perforned fine on 10.10. It doesn’t matter much for reads because ZFS keeps it in RAM and if it gets evicted it goes into SSD cache (l2arc). But for writes the cache wouldn’t help unless I disable sync which risks data loss. I don’t think 10.10 did much writes during lib scan so write perf only mattered when something changed.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
Not sure if this is the problem I was hitting with my Home Videos library type. It’s got directories with YouTube videos. I tried re-adding it in 12-rc3, which was released a month after the nightly mentioned in the issue thread. Still couldn’t complete. I ended up re-adding the media as Shows library. Works okay with the directory structure I have.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
That would be reasonable. I did repeated rescans and only counted subsequent rescans. For me the initial scan after upgrade took a bit more but not hours. Subsequent scans took less. E.g. 20min -> 13min for write-optimized filesystem. So that’s reasonable, although 10.10 was way faster. Library scans are expected to get faster in 13 according to some Github threads I read.
When I had the broken Home Videos library I waited 3 days for the initial scan to complete and it did not. Repeated rescans did not seem to complete although I didn’t wait 3 days for them. I’m not taking into account those scan times. Something was wrong with this library type on 10.11 and/or my media. Worked fine on 10.10.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
I came up with a funny strategy I use to lock it down a bit. What’s exposed to the internet for me is Apache2 reverse proxy. The proxy is locked down to reject all connections EXCEPT for the ones coming from a special subdomain which is something like a 64-character long random string. This prevents pretty any unwanted connections. Obviously the special subdomain must remain as secret as a shared password among the Jellyfin users. It works for trusted users.
What I want ideally is an “authenticated firewall.” OpenWrt rejecting all connections on the open port except for an allowlist of IPs. Then there must be a system where users can authenticate and their IP is added to the allowlist. I haven’t found an off-the-shelf solution like this but I’ll make it some day. Too bad I figured this random string subdomain trick cause it seems good enough for now. :D
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
600MB. Would that require changes to Jellyfin? They’re on the path to introducing Postgres support.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
Complications, yes!
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 1 month ago:
With great power come great … uuh … :D
- Submitted 1 month ago to selfhosted@lemmy.world | 96 comments
- Comment on Self hosted photo options for the family? 2 months ago:
Immich
- Comment on What great survival horror games have I missed in the last decade or so? 2 months ago:
Soma
- Comment on Linkwarden 2.15 - open-source collaborative bookmark manager to collect, read, annotate, and fully preserve what matters (tons of new features!) 🚀 2 months ago:
Folks who’ve used Linkwarden and archivebox, which do you prefer? Is one a superset of the other?
- Comment on Help choosing a good HDD for my home server? 2 months ago:
This, make a partition thats a few gigs smaller than the drive, add the partitions to the storagr pool instead of the raw drives.
- Comment on Help choosing a good HDD for my home server? 2 months ago:
Don’t think about drives in terms of reliability. Consider them a consumable in your storage system. The storage system should insulate you from the exact drives. Run a ZFS mirror or RAIDz2. Swap drives when they fail. The exact brand and model shouldn’t matter.
- Comment on Most slopcode projects are abandoned and deleted within months of release 2 months ago:
As always the social infrastructure (community, user base) is much more important for the success and use value of a piece of software than the exact technology used to make it (lang, framework, helper tools).
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
The upgrade was pretty trivial from 2.7.5. Minimal changes in the docker compose file if your was up-to-date on 2.7.5. Mostly version changes. No changes needed to .env other than going to v3.
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
Ahahaha, nice. Reminds me of how we looked at implementing share-to-app (when that was a novel thing) in a mobile OS circa 2011 and we looked at how iOS did it. It was a list of hardcoded targets - Facebook, Twitter. No pluggability no nothing. Our product team was like - if no pluggability is good enough for Apple, it’s good enough for us!
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
Restricted access? Am an Android user since 2008 and never had an iOS device.
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
Wait for 3.0.3 and then the emergency 3.0.4. 😅
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
That’s probably coming too. This is the first preview of the feature.
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
Sounds like you should self-host Nextcloud with Tasks and Tasks.org on your phone. 😄
- Comment on Immich v3.0.0 is out, with Workflows preview 2 months ago:
Migration guide - immich.app/blog/v3-migration.
- Submitted 2 months ago to selfhosted@lemmy.world | 99 comments
- Comment on New here - excited to join the selfhosted community 2 months ago:
docker compose up!
- Comment on Storage?! In this economy!? 2 months ago:
RAIDz2 for 5.5TB with 2-disk redundancy.