Use OIDC auth for freshrss

This commit is contained in:
Pim Kunis 2025-02-08 13:02:59 +01:00
parent 05f020ecb3
commit 7f1505878b
4 changed files with 76 additions and 3 deletions

View file

@ -42,7 +42,7 @@
pathType = "Prefix";
backend.service = {
name = service.name;
inherit (service) name;
port.name = service.portName;
};
}