This commit is contained in:
mjallen18
2026-03-16 14:06:20 -05:00
parent de8ec35cbb
commit e6c9e21c62
5 changed files with 374 additions and 254 deletions

View File

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