hosts: server: enable onlyoffice

This commit is contained in:
Kabbone 2024-01-13 11:52:57 +01:00
parent 7123d72902
commit 5f925a20a4
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -43,6 +43,11 @@
#autoUpdateApps.enable = true;
};
services.onlyoffice = {
enable = true;
hostname = "localhost";
};
services.redis = {
vmOverCommit = true;
servers.nextcloud = {
@ -59,6 +64,9 @@
enableACME = true;
forceSSL = true;
};
"${config.services.onlyoffice.hostname}".listen = [ {
addr = "127.0.0.1"; port = 8080;
} ];
};
};