This commit is contained in:
2025-10-06 20:15:27 +03:00
parent bb3efb7143
commit 96ada2e301
2 changed files with 16 additions and 12 deletions
@@ -24,4 +24,3 @@
}; };
}; };
} }
+6 -1
View File
@@ -111,7 +111,12 @@ in
}; };
storage.wopi = { storage.wopi = {
"@allow" = true; "@allow" = true;
host = [ "nextcloud.zeroq.ru" "localhost" "0.0.0.0" "nextcloud.local" ]; host = [
"nextcloud.zeroq.ru"
"localhost"
"0.0.0.0"
"nextcloud.local"
];
}; };
}; };
}; };