feat(deertopia): Foundational Authelia setup

By 'foundational,' I mean that a demo is working correctly.  Work will
continue in a follow-up commit integrating existing services with LDAP
and Authelia. ♥
This commit is contained in:
Madeleine Sydney
2025-02-21 13:51:05 -07:00
parent 6f3a6960e1
commit 01d8e5986c
8 changed files with 306 additions and 42 deletions

View File

@@ -92,12 +92,13 @@
};
deertopia = {
slskd.enable = true;
jellyfin.enable = true;
nginx.enable = true;
webdav.enable = true;
authelia.enable = true;
bepasty.enable = true;
jellyfin.enable = true;
lldap.enable = true;
nginx.enable = true;
slskd.enable = true;
webdav.enable = true;
# A simple default webpage. This should probably live somewhere else.
nginx.vhosts."www" = {