mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
23232
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
end_to_end_encryption
|
end_to_end_encryption
|
||||||
groupfolders
|
groupfolders
|
||||||
impersonate
|
impersonate
|
||||||
#onlyoffice
|
onlyoffice
|
||||||
bookmarks
|
bookmarks
|
||||||
calendar
|
calendar
|
||||||
contacts
|
contacts
|
||||||
@@ -103,6 +103,7 @@
|
|||||||
};
|
};
|
||||||
onlyoffice = {
|
onlyoffice = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
hostname = "localhost:8980";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,20 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"localhost:8980" = {
|
||||||
|
forceSSL = false;
|
||||||
|
enableACME = false;
|
||||||
|
listen = [
|
||||||
|
{
|
||||||
|
addr = "100.64.0.0";
|
||||||
|
port = 8980;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
addr = "192.168.1.20";
|
||||||
|
port = 8980;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user