Compare commits
2 Commits
matrix-rtc
...
2741e25585
| Author | SHA1 | Date | |
|---|---|---|---|
| 2741e25585 | |||
| e9aed100af |
@@ -21,9 +21,9 @@
|
|||||||
# ./headscale.nix
|
# ./headscale.nix
|
||||||
./immich.nix
|
./immich.nix
|
||||||
./kellnr.nix
|
./kellnr.nix
|
||||||
# ./llms.nix
|
./llms.nix
|
||||||
./matrix
|
./matrix
|
||||||
# ./monitoring.nix
|
./monitoring.nix
|
||||||
# ./paperless.nix
|
# ./paperless.nix
|
||||||
./prowlarr.nix
|
./prowlarr.nix
|
||||||
# ./searxng.nix
|
# ./searxng.nix
|
||||||
|
|||||||
@@ -198,19 +198,19 @@
|
|||||||
reverse_proxy localhost:${builtins.toString config.services.homepage-dashboard.listenPort}
|
reverse_proxy localhost:${builtins.toString config.services.homepage-dashboard.listenPort}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# authelia = {
|
authelia = {
|
||||||
# instances.darksailor = {
|
instances.darksailor = {
|
||||||
# settings = {
|
settings = {
|
||||||
# access_control = {
|
access_control = {
|
||||||
# rules = [
|
rules = [
|
||||||
# {
|
{
|
||||||
# domain = "dashboard.darksailor.dev";
|
domain = "dashboard.darksailor.dev";
|
||||||
# policy = "one_factor";
|
policy = "one_factor";
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user