more server stuff

This commit is contained in:
Till 2025-04-27 18:29:51 +02:00
parent 0d08c32077
commit bc5f851d3f
5 changed files with 63 additions and 11 deletions

View file

@ -2,18 +2,17 @@
{
# services.outline = {
# enable = true;
# storage.storageType = "local";
# smtp = {
# host = "localhost";
# };
# };
services.outline = {
enable = true;
storage.storageType = "local";
# smtp = {
# host = "localhost";
# };
};
services.nginx.virtualHosts."outline.ktiu.net" = {
addSSL = true;
enableACME = true;
# root = "/var/www/myhost.org";
locations."/" = {
proxyPass = "http://127.0.0.1:3000";
extraConfig =