MangoPenguin
@MangoPenguin@lemmy.blahaj.zone
He/Him | Bi Furry Boy
- Comment on Why is Unraid popular in the self-hosting community ? 4 hours ago:
Yeah media is a good use case for it, and doesnt really need cache either.
- Comment on Why is Unraid popular in the self-hosting community ? 13 hours ago:
It can’t, you lose space efficiency if the disks you add aren’t the same size as the old disks.
- Comment on Why is Unraid popular in the self-hosting community ? 13 hours ago:
It has no parity, you can pair with snapraid but thats snapshot parity and not real-time parity. Depends on the use case if that would work or not.
- Comment on Today's Massive AWS Outage That Took Down Your Favorite Sites Is Still Going On 13 hours ago:
The difference is I can do something about my downtime and fix it.
- Comment on Why is Unraid popular in the self-hosting community ? 2 days ago:
The big thing is very easily mix and match different sizes of disks. ZFS as of recently can sort of do that, but its not as efficient.
- Comment on Am I getting this right? The vibe of different lemmy instances 5 days ago:
I’ve never thought about instance drama or worried about any of that stuff, I just hang out and interact with the communities I like.
Maybe you’re overthinking things too much.
- Comment on GOG: We’re thrilled to announce that the Crysis Remastered Trilogy has joined our catalog, and the original Crysis is now part of the GOG Preservation Program! 2 weeks ago:
Oh dang now I want to get a group together for that, I loved crysis multiplayer
- Comment on Cloudflare Tunnel? 2 weeks ago:
For #3 every service will say something like that, even with paid accounts.
- Comment on 2 weeks ago:
The main things that come to mind are you have to test/monitor 2 seperate actions instead of 1, and restores of single files could be more difficult since you need to login to the backup server, restore the file from a snapshot, then also copy that file back to your PC.
- Comment on 2 weeks ago:
How does that get sent over rsync though? Wouldn’t you need snapshots on the remote destination server?
Why not just use a backup utility instead?
- Comment on 2 weeks ago:
What happens if you accidentally overwrite something important in a document and save it though? If there’s no incremental versioning you can’t recover from that.
- Comment on 2 weeks ago:
Yeah but then it’s not really a good backup!
- Comment on SearXNG doesn't load the settings ... 2 weeks ago:
Don’t log in to the container shell to edit files, just edit the file on your host directly.
- Comment on SearXNG doesn't load the settings ... 2 weeks ago:
Nah there’s no debugging here, just edit the config file on the host where it’s stored exactly like you would on a native install.
- Comment on 2 weeks ago:
Surely restic or borg would be better for backups?
Rsync can send files and not delete stuff, but there’s no versioning or retention settings.
- Comment on 2 weeks ago:
Different tools for different use cases IMO.
But neither do backups.
- Comment on can we now "safely" auto upgrade immich? 2 weeks ago:
You can’t safely update anything even if it’s ‘stable’.
But I do auto update and just make sure my backups are working properly in case something breaks that I can’t fix.
- Comment on Need assistance solving unexpected and random I/O errors in homelab 3 weeks ago:
Potentially an overheating NVMe drive maybe? They can run quite hot without a heat sink on them.
- Comment on Immich mobile app sync V2 3 weeks ago:
Yeah in that case the app is just handy for searching or viewing photos by face.
- Comment on Immich mobile app sync V2 3 weeks ago:
Interesting, background sync was completely broken on the new beta timeline for me. I had to open the app, and disable then reenable sync every time I had new photos.
- Comment on Immich mobile app sync V2 3 weeks ago:
I’ve never had any issues with the old setup oddly enough, they talk like it barely functions lol
- Comment on Immich mobile app sync V2 3 weeks ago:
The app let’s you see/search all your photos, I have a ton of photos not on my phone.
- Comment on Thoughts on Cloudflare 4 weeks ago:
The writer doesn’t want to rely on others services, but uses AI for artwork?
- Comment on Selfhosting Sunday! What's up? 4 weeks ago:
Correct yeah, you’d still need a way on the host to check if the mount is ready though before starting the service. Or you could just do a fixed delay time.
- Comment on issues setting up nginx as an https proxy 4 weeks ago:
For subdirectories it’s more complex as each application needs to be configured properly too, so you’ll need to go into transmission and tell it what subdirectory you’re using.
Or switch to subdomains as that just works without any extra config, and still let’s you use one port for everything.
- Comment on Selfhosting Sunday! What's up? 4 weeks ago:
You should be able to modify the docker service to wait until a mount is ready before starting. That would be the standard way to deal with that kind of thing.
- Comment on Supporting the future of the open web: Cloudflare is sponsoring Ladybird and Omarchy 4 weeks ago:
For what it’s worth when you set up your site on cloudflare you get to choose how strict you want security to be and what URLs it applies to, or just disable it and use it only as a CDN.
It would be nice if they were more clear that enabling some features might block legitimate users though.
- Comment on Samsung brings ads to US fridges 4 weeks ago:
Yeah gotta inspect the traffic and block whatever hostnames it uses.
- Comment on Mods react as Reddit kicks some of them out again: “This will break the site” 4 weeks ago:
Some did leave, just not nearly as many compared to the numbers that claimed they would.
Thats when I left and made a Lemmy account instead.
- Comment on Samsung brings ads to US fridges 4 weeks ago:
Maybe block the DoH endpoint and in theory the device might fall back to normal DNS, dunno if that would work.