nextcloud broke lmao

This commit is contained in:
mjallen18
2026-02-12 14:54:05 -06:00
parent b46628a747
commit 9a63c609fa
4 changed files with 28 additions and 58 deletions

View File

@@ -104,6 +104,11 @@ let
handle @ntfy {
reverse_proxy http://10.0.1.3:${toString config.${namespace}.services.ntfy.port}
}
@office host office.mjallen.dev
handle @office {
reverse_proxy http://10.0.1.3:${toString config.${namespace}.services.onlyoffice.port}
}
'';
};
};