Immich: added openid login

This commit is contained in:
Jurn Wubben 2025-07-20 20:44:08 +02:00
parent 713ea0cf68
commit 488cb7fad8
5 changed files with 106 additions and 49 deletions

View file

@ -46,7 +46,7 @@ in {
ENABLED = true;
SUBJECT_PREFIX = "JSWGit";
PROTOCOL = "smtps";
SMTP_ADDR = "mail.jsw.tf";
SMTP_ADDR = "mail.jsw.tf"; #FIXME: replace with config... to stalwart setting once using stalwart nixos module.
SMTP_PORT = 465;
FROM = "git@jsw.tf";
USER = "git";