1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: prepare sentinel for webapp oauth2 authentication

This commit is contained in:
oddlama 2023-06-21 01:36:44 +02:00
parent 19acca7cba
commit 6b81ecd961
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 145 additions and 68 deletions

View file

@ -16,4 +16,9 @@
./acme.nix
./caddy.nix
];
extra.promtail = {
enable = true;
proxy = "sentinel";
};
}