

I don’t think so, the previous release 10.11.6 is a few months old and the axios supply chain attack happened yesterday.


I don’t think so, the previous release 10.11.6 is a few months old and the axios supply chain attack happened yesterday.


It helps to type the url correctly


but it ended up causing more problems than it solved
Gee I wonder why


Immich is exactly what you’re looking for. Debugging the installation problem will be a lot less work with a way better result than trying to get Nextcloud to do what you want.


Yes. I run Harbor and pull all images through its proxy cache.
Is this project vibe coded?
I’ve always had a weird feeling about FUTO, but I thought them giving money to open source projects can’t be that bad. Now I hope they don’t fuck up Immich.
Thank you! I’d wish Radicale would include a dedicated sharing feature, at least there’s a workaround.
How do you handle shared calendars with radicale?


Check the permissions/owner of the authorized_keys file. I’m not at home right now to give you the path to it, but I have had a similar problem after I add a new ssh key to my gitea/forgejo account. It turned out that in doing so, sometimes the permissions change and gitea/forgejo then refuses to use the file. You should see warnings about this in the logs.
In my case the problem is probably rooted within the uid/gid thats used inside the container and/or the nfs mount I use for the container volume. I never bothered to get to the bottom of it though.


$10/month just for a static website is a lot, especially with free alternatives out there.


I’m thinking about just doing something outside kubernetes that just copies the data from the directory that NFS provides to another storage.
This is what I’m doing for the most part. A TrueNAS server provides the NFS shares and periodically backs them up with restic.
Some apps don’t like NFS very much, especially those that require SQLite. If you’re running Jellyfin over NFS you probably know what I mean. For those apps I use Ceph instead, which is highly available and a lot faster but also more complicated. Those PVCs I backup from within kubernetes to S3 storage with velero.


I use Promtail + Loki + Grafana to monitor application logs. Promtail scrapes logs, Loki stores and indexes them and Grafana can query Loki with LogQL and also send alerts.
Apparently Promtail is superseded by Grafana Alloy, which I don’t have experience with.
Anyway, I set this up mostly for fun and to preserve logs of terminated pods in my kubernetes cluster. I don’t have any alerts in place, but I probably could.


No, it’s permanent. They call it “VPS XS”, here (in german). Sadly a initial one-time payment of 10€ required, I forgot about that.
On ionos.com the same VPS costs $2/month. No one-time payment though.
The unique selling point of this VPS for me was the low price combined with unlimited traffic. Sometimes my nebula lighthouse needs to proxy traffic for peers that can’t talk to each other directly. It’s nice not to worry about traffic then.


Ha, that’s a good question: I don’t. I chose a rather long time for the certs validity and then promised to myself that I will extend my ansible playbook when I need to.


I’m not using Pangolin, but a 1€/month VPS from IONOS serves as my nebula lighthouse.


The question you’re asking is too broad. Every tool somehow differs from the others, but listing all differences requires in-depth knowledge of each tool and a lot of time.
At the end of the day, every tool somehow backs up your data. CLI interfaces, encryption algorithms, deduplication logic, supported backends, underlying programming languages and a lot more may differ. Identify what’s most important to you, test different solutions and then use the tool that works best for your use-case.


My server rack is located in an uninsulated attic with two tiny windows. I haven’t measured the ambient temperature but I think it’s over 40°C. Yesterday one drive in my storage server reached 65°C - so for today I have shut it off until the rain comes. Fun times.
100%, just take a quick look at the repo. I wish there was a rule in this community that requires a label for vibecoded apps.