Add languagetool to dalinar
This commit is contained in:
parent
8a06962f02
commit
b7d5073c07
@ -288,6 +288,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.languagetool = {
|
||||||
|
enable = true;
|
||||||
|
port = 8585;
|
||||||
|
};
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.sops.templates."caddy-global-conf".path;
|
environmentFile = config.sops.templates."caddy-global-conf".path;
|
||||||
@ -338,6 +343,11 @@
|
|||||||
reverse_proxy localhost:${toString config.services.immich.port}
|
reverse_proxy localhost:${toString config.services.immich.port}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"https://languagetool.dalinar.home.johannes-rothe.de" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy localhost:${toString config.services.languagetool.port}
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user