I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.
- 92 Posts
- 723 Comments
qaz@lemmy.worldtodatahoarder@lemmy.ml•How to monitor select program's folder for changes to revert if something breaks ?English
1·13 days agoYou could use something like Kopia and only include the files you want
Assuming reliability is the priority I would suggest going with Tailscale Funnels or a cheap VPS acting as intermediary.
I don’t have a lot of experience with dealing with GCNAT, but perhaps you could look into some solution with UPnP or RFC 6887.
qaz@lemmy.worldto
Selfhosted@lemmy.world•GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only."English
2·15 days agoobject_store does indeed also support WebDAV among a variety of other protocols, Apache Druid or Apache Pinot probably would be better examples. My only experience with WebDAV is with Nextcloud and hasn’t been that great because it has been very slow, probably should look into it sometime.
EDIT: Apparently it supports CAS, and even has a locking mechanism
qaz@lemmy.worldto
Selfhosted@lemmy.world•GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only."English
3·15 days agoScaleway, Exoscale, Cyso, Contabo, UpCloud, and others too
qaz@lemmy.worldto
Selfhosted@lemmy.world•GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only."English
1·15 days agoMany cloud providers offer S3-compatible storage, so it’s a common protocol to use in applications. There are even some databases like SlateDB that fully rely on object storage for everything. Supporting more API’s is extra work (unless you’re using OpenDAL) so most people pick S3 compatible API’s because they’re the most widely supported across all cloud platforms.
qaz@lemmy.worldto
Selfhosted@lemmy.world•GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only."English
2·15 days agoS3 isn’t just an AWS thing anymore. It has kind of become the standard object storage protocol, and almost every cloud provider uses it aside from a few the made their own API’s (e.g. Azure Blob storage)
qaz@lemmy.worldto
Selfhosted@lemmy.world•GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only."English
17·15 days agoMany cloud providers offer S3-compatible storage, so it’s a common protocol to use in applications. There are even some databases like SlateDB that fully rely on object storage for everything. Being able to have local S3 compatible storage is useful if you want the storage of your local machine while still doing so over a widely compatible protocol.
I tried that and my account got randomly deleted
There is Cockpit which allows you to manage the server and has simple management for containers. However, I recommend using something like Dockge with compose because it makes it easier to change the configuration of containers without recreating them manually.
And podman runsias user, not as root.
Both Podman and Docker have rootfull and rootless options
I personally use Node-RED for several automations myself. Is it worth switching to n8n?
qaz@lemmy.worldto
Selfhosted@lemmy.world•You Can Now Selfhost Your Own Community or Build Your Own Platform on Our Open Source P2P Social Media ProtocolEnglish
1·1 month agoI think it’s because it’s entirely unmoderated (at least it was the last time I checked) and while they claim that defeats censorship they also realize that having CP everywhere ain’t a good look
Unless you’re using Firebird (3) in which not using transactions kills your performance
Always have done 5
Yes, we basically only use Windows servers at our company (except some people in our team)
qaz@lemmy.worldto
Linux@lemmy.ml•How do you explain to your co-workers that you use Libre Office Writer and other Linux apps?English
2·2 months agoI got fired for saying something racist on twitter - Carl’s fault for using that weirdo libre shit.
What
qaz@lemmy.worldto
Programmer Humor@programming.dev•Yet another reason to hate on the worse DB in existenceEnglish
13·3 months agoUntil it randomly gets removed without warning
qaz@lemmy.worldto
Selfhosted@lemmy.world•Vaultwarden security update Feb 10 2026English
1·3 months agoIt’s a bot to create PR’s with dependency updates








It seems like you’re referring to dotfiles. You can manage these using a git bare repo.