add idp and dashboard

This commit is contained in:
Satria 2026-03-01 17:19:07 +07:00
commit ec0ca0fcc5
5 changed files with 390 additions and 48 deletions

View file

@ -1,3 +1,11 @@
{ ... }: {
{ homelab, ... }: {
services.pocket-id = {
enable = true;
settings = {
PORT = "1411";
HOST = "127.0.0.1";
APP_URL = "https://auth.proxy.${homelab.domain}";
TRUST_PROXY = true;
};
};
}