diff --git a/examples/ocmd/ocmd-server-1.toml b/examples/ocmd/ocmd-server-1.toml index a25f3a31a16..69c239e4fd3 100644 --- a/examples/ocmd/ocmd-server-1.toml +++ b/examples/ocmd/ocmd-server-1.toml @@ -75,8 +75,12 @@ wopiurl = "http://0.0.0.0:8880/" [grpc.services.appregistry] driver = "static" -[grpc.services.appregistry.drivers.static.rules] +[grpc.services.appregistry.static.rules] "text/plain" = "localhost:19000" +"text/markdown" = "localhost:19000" +"application/vnd.oasis.opendocument.text" = "localhost:19000" +"application/vnd.oasis.opendocument.spreadsheet" = "localhost:19000" +"application/vnd.oasis.opendocument.presentation" = "localhost:19000" [grpc.services.storageprovider] driver = "localhome" diff --git a/go.mod b/go.mod index 9f19bf374ca..79238f81e52 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/cheggaaa/pb v1.0.28 github.com/coreos/go-oidc v2.2.1+incompatible github.com/cs3org/cato v0.0.0-20200626150132-28a40e643719 - github.com/cs3org/go-cs3apis v0.0.0-20200728114537-4efa23660dbe + github.com/cs3org/go-cs3apis v0.0.0-20200730121022-c4f3d4f7ddfd github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/eventials/go-tus v0.0.0-20200718001131-45c7ec8f5d59 github.com/go-ldap/ldap/v3 v3.2.3