

For web access, stick it behind a reverse proxy and use something like Authentik/Authelia/SSO provider of your choice to secure it.
For full access including native clients, set up a VPN.
For web access, stick it behind a reverse proxy and use something like Authentik/Authelia/SSO provider of your choice to secure it.
For full access including native clients, set up a VPN.
As a developer myself I’m not sure if I would trust any application to safely handle a configuration that has become invalid due to a breaking change, especially not an app that is still under active development! Better safe than sorry.
Immich has completely replaced Google Photos for me, love it!
My only bugbear is that it is updated very frequently (what a nice problem to have!) which in my case requires a manual once-over of my docker-compose file every time in case there are breaking changes.
Solution: don’t read that shitrag. It was always a waste of paper, now it is a waste of bandwidth as well.
I’ve tried Copilot and to be honest, most of the time it’s a coin toss, even for short snippets. In one scenario it might try to autocomplete a unit test I’m writing and get it pretty much spot on, but it’s also equally likely to spit out complete garbage that won’t even compile, never mind being semantically correct.
To have any chance of producing decent output, even for quite simple tasks, you will need to give an LLM an extremely specific prompt, detailing the precise behaviour you want and what the code should do in each scenario, including failure cases (hmm…there used to be a term for this…)
Even then, there are no guarantees it won’t just spit out hallucinated nonsense. And for larger, enterprise scale applications? Forget it.
Regarding battery degradation - I’ve owned my EV for 4.5 years now, and its battery is still at 93% of its original capacity. That equates to maybe 10 miles of range lost, from an original range of around 230 miles. At that rate, it’ll still be giving usable range in 10, 15 years from now. It’s even warrantied to keep over 75% of its original capacity for 8 years / 100,000 miles - if it fails to achieve this (likely due to some defect), it’s replaced for free.
And when it does eventually need replacing, it can be recycled into something like a home storage battery - where the power demand is not as high, but still more than enough to power everything in your home for days. Meanwhile, the car can be upgraded to a brand new battery, which will likely last even longer.
Edit: In fact, I tell a lie - I did have to replace a battery on my EV recently. The 12v lead-acid battery, that ICE cars also rely on.
I grew one during lockdown, decided I liked it and kept it. I suspect I am not an anomaly in this.
I use both. Pi-hole running in a docker container on one of my home servers which my gateway is configured to assign as the default DNS for all clients, and uBlock Origin on all my browsers to catch everything else.
Pihole is pretty good at catching ads on platforms that are not suited to browser based blockers (IoT devices, streaming boxes etc) but it isn’t perfect and is best used in conjunction with another solution.
Right now none of the native clients support SSO. It is a frequently requested feature but, unfortunately, it doesn’t look like it will be implemented any time soon. As with many OSS projects it is probably a case of “you want it, you build it” - but nobody has actually stepped up.