voyager: remove kanidm

This commit is contained in:
2024-06-13 08:46:30 +02:00
parent 70959b5092
commit 99b6c6ac27
6 changed files with 2 additions and 48 deletions

View File

@@ -55,7 +55,6 @@ in {
systemd.services.hedgedoc = {
requires = [
"postgresql.service"
# "kanidm.service"
];
serviceConfig = let
workDir = "/var/lib/hedgedoc";

View File

@@ -54,14 +54,6 @@ in {
'';
} // overrides;
in {
"auth.feal.no" = publicProxy "" {
locations."/" = {
proxyPass = "https://voyager.home.feal.no:8300";
extraConfig = ''
proxy_ssl_verify off;
'';
};
};
"cloud.feal.no" = publicProxy "" {
locations."/" = {
proxyPass = "http://voyager.home.feal.no";