add idp and dashboard
This commit is contained in:
parent
428ef2c475
commit
ec0ca0fcc5
5 changed files with 390 additions and 48 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue