Add an ocm service exposing the ocm related http and grpc APIs

This commit is contained in:
André Duffeck
2023-10-24 10:29:29 +02:00
parent 3eea26390c
commit 668f917dba
32 changed files with 934 additions and 3 deletions
@@ -63,6 +63,7 @@ func DefaultConfig() *config.Config {
StorageSharesEndpoint: "com.owncloud.api.storage-shares",
StorageUsersEndpoint: "com.owncloud.api.storage-users",
UsersEndpoint: "com.owncloud.api.users",
OCMEndpoint: "com.owncloud.api.ocm",
StorageRegistry: config.StorageRegistry{
Driver: "spaces",