dirty fix collabora

This commit is contained in:
mjallen18
2024-07-10 14:29:37 -05:00
parent 833c911a4a
commit 57098db3c6
3 changed files with 7 additions and 4 deletions

2
modules/apps/collabora/options.nix Normal file → Executable file
View File

@@ -66,7 +66,7 @@ with lib;
extraParams = mkOption {
type = types.str;
default = "--o:ssl.enable=false --o:net.post_allow.host=10.0.1.18";
default = "--o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=.+ --o:storage.wopi.host[0]=.+";
};
};
}