add wopi server example deployment

This commit is contained in:
Willy Kloucek
2021-05-04 17:39:59 +02:00
parent b5a8ffe6f6
commit df3b65b5e8
17 changed files with 776 additions and 206 deletions
+16
View File
@@ -352,6 +352,22 @@ func defaultPolicies() []config.Policy {
Endpoint: "/onlyoffice.js",
Backend: "http://localhost:9220",
},
{
Endpoint: "/api/v0/wopi/open",
Backend: "http://ocis-wopiserver:9105",
},
{
Endpoint: "/wopiserver.js",
Backend: "http://ocis-wopiserver:9105",
},
{
Endpoint: "/hello.js",
Backend: "http://localhost:9105",
},
{
Endpoint: "/api/v0/greet",
Backend: "http://localhost:9105",
},
},
},
{