mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
nextcloud for lan
This commit is contained in:
@@ -56,7 +56,7 @@ in
|
|||||||
"100.64.1.0"
|
"100.64.1.0"
|
||||||
"109.248.161.5"
|
"109.248.161.5"
|
||||||
];
|
];
|
||||||
overwriteprotocol = "https"; # maybe no
|
overwriteprotocol = ""; # maybe no
|
||||||
};
|
};
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
appstoreEnable = false;
|
appstoreEnable = false;
|
||||||
@@ -137,6 +137,7 @@ in
|
|||||||
onlyoffice = {
|
onlyoffice = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "0.0.0.0";
|
hostname = "0.0.0.0";
|
||||||
|
allowLocalConnections = true;
|
||||||
wopi = true;
|
wopi = true;
|
||||||
jwtSecretFile = config.sops.secrets.onlyoffice-jwt.path;
|
jwtSecretFile = config.sops.secrets.onlyoffice-jwt.path;
|
||||||
securityNonceFile = config.sops.secrets.onlyoffice-nonce.path;
|
securityNonceFile = config.sops.secrets.onlyoffice-nonce.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user