finish umami

This commit is contained in:
Clayton Hickey 2026-02-08 19:27:29 -05:00
parent 0996300740
commit 3f477a3fde
2 changed files with 4 additions and 1 deletions

View file

@ -9,10 +9,11 @@ in
enable = true;
settings = {
APP_SECRET_FILE = "/Block/umami/app_secret.txt";
HOSTNAME = config.cos.wireguard.clientInternalIP;
HOSTNAME = "127.0.0.1";
PORT = umamiPort;
};
};
services.cloudflared.tunnels.mine.ingress."umami.claytonhickey.me" = "http://127.0.0.1:${builtins.toString umamiPort}";
})
];
}