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

5
modules/apps/collabora/default.nix Normal file → Executable file
View File

@@ -25,7 +25,10 @@ in
TZ = cfg.timeZone;
username = cfg.username;
password = cfg.password;
DONT_GEN_SSL_CERT = cfg.dontGenSslCert;
domain = "office.mjallen.dev";
aliasgroup1 = "https://cloud\.mjallen\.dev:443";
aliasgroup2 = "https://cloud\.mjallen\.dev:443";
# DONT_GEN_SSL_CERT = cfg.dontGenSslCert;
server_name = cfg.serverName;
dictionaries = cfg.dictionaries;
extra_params = cfg.extraParams;