mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -84,6 +84,22 @@
|
||||
collabora-online = {
|
||||
enable = true;
|
||||
port = 9980;
|
||||
settings = {
|
||||
# Rely on reverse proxy for SSL
|
||||
server_name = "localhost";
|
||||
ssl = {
|
||||
enable = false;
|
||||
termination = true;
|
||||
};
|
||||
net = {
|
||||
listen = "loopback";
|
||||
post_allow.host = ["::1"];
|
||||
};
|
||||
storage.wopi = {
|
||||
"@allow" = true;
|
||||
host = ["nextcloud.zeroq.ru"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user