Add languagetool to dalinar

This commit is contained in:
Johannes Rothe 2025-04-28 09:24:01 +02:00
parent 8a06962f02
commit b7d5073c07

View File

@ -288,6 +288,11 @@
enable = true;
};
services.languagetool = {
enable = true;
port = 8585;
};
services.caddy = {
enable = true;
environmentFile = config.sops.templates."caddy-global-conf".path;
@ -338,6 +343,11 @@
reverse_proxy localhost:${toString config.services.immich.port}
'';
};
"https://languagetool.dalinar.home.johannes-rothe.de" = {
extraConfig = ''
reverse_proxy localhost:${toString config.services.languagetool.port}
'';
};
};
};