2017: covfefe
2025: cvefefe
2017: covfefe
2025: cvefefe
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.
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.
Oh fuck me, HOW in like 25 years did I not get that pun?!
I think you may have Europe confused with Japan.
We refer to it as kew-bee-cuttle
I have a IIIXe (very similar to the one in OP) somewhere. Really limited in what it could do, but very cool for the time. I also have a later model Zire somewhere that had enough horsepower (with a mild overclock) to play Quake.
Our cat ushers us into bed when it's near bedtime. If one of us is playing games late or otherwise up past midnight she will literally meow non-stop and chase us into the bedroom, it's mildly annoying sometimes but very sweet haha. Then she'll spend a few minutes with us in bed making biscuits before buggering off elsewhere, job completed.
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.
Yeah I can imagine it taking time getting used to as a new player. I played the original as a kid on DOS so the UI is deeply ingrained lol.
Well, I'm currently writing a service and frontend, both in C# (Blazor for the UI), and using docker-compose to build and deploy them to a Raspberry Pi running Linux. So not only cross-platform, but cross-architecture as well.
This is not a new thing either. Since .NET Core was released almost 10 years ago, it has supported cross platform development.