feat: onlyoffice changes to 25.11
This commit is contained in:
parent
fa939877a5
commit
29711bec2f
4 changed files with 23 additions and 1 deletions
|
|
@ -13,6 +13,11 @@
|
|||
owner = "onlyoffice";
|
||||
group = "onlyoffice";
|
||||
};
|
||||
age.secrets.onlyoffice-nonce = {
|
||||
file = ../../secrets/onlyoffice-nonce.age;
|
||||
owner = "onlyoffice";
|
||||
group = "onlyoffice";
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
|
|
@ -43,6 +48,7 @@
|
|||
enable = true;
|
||||
hostname = "onlyoffice.sprechtl.me";
|
||||
jwtSecretFile = config.age.secrets.onlyoffice.path;
|
||||
securityNonceFile = config.age.secrets.onlyoffice-nonce.path;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue