collabora
This commit is contained in:
@@ -39,12 +39,19 @@ let
|
||||
# Restrict loading documents from WOPI Host
|
||||
storage.wopi = {
|
||||
"@allow" = true;
|
||||
host = [ "cloud.mjallen.dev" ];
|
||||
"allow" = true;
|
||||
host = [ "https://cloud.mjallen.dev:443" ];
|
||||
};
|
||||
|
||||
# Set FQDN of server
|
||||
server_name = "office.mjallen.dev";
|
||||
};
|
||||
|
||||
aliasGroups = [
|
||||
{
|
||||
host = "https://cloud.mjallen.dev:443";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user