Skip to content

Commit

Permalink
commit 888481a
Browse files Browse the repository at this point in the history
Merge: f416138 0784304
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Wed Feb 17 10:34:25 2021 +0100

    Merge pull request #1626 from ishank011/group-provider

    storage: add group provider service and sharing SQL driver
  • Loading branch information
wkloucek committed Feb 17, 2021
1 parent 4201835 commit 8734276
Show file tree
Hide file tree
Showing 15 changed files with 376 additions and 372 deletions.
70 changes: 35 additions & 35 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:52:30+0000"
date: "2021-02-17T09:34:49+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,20 +35,17 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### accounts ocis-accounts

Provide accounts and groups for oCIS
### accounts inspect

Usage: `accounts ocis-accounts [command options] [arguments...]`
Show detailed data on an existing account

-log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.
Usage: `accounts inspect [command options] [arguments...]`

-log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.
-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts list

Expand All @@ -62,23 +59,20 @@ Usage: `accounts list [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`
### accounts ocis-accounts

### accounts remove
Provide accounts and groups for oCIS

Removes an existing account
Usage: `accounts ocis-accounts [command options] [arguments...]`

Usage: `accounts remove [command options] [arguments...]`
-log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
-log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
-log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts server

Expand Down Expand Up @@ -152,29 +146,35 @@ Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`

### accounts version
### accounts add

Print the versions of the running instances
Create a new account

Usage: `accounts version [command options] [arguments...]`
Usage: `accounts add [command options] [arguments...]`

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts remove

Removes an existing account

Usage: `accounts remove [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts add

Create a new account

Usage: `accounts add [command options] [arguments...]`

### accounts inspect
### accounts version

Show detailed data on an existing account
Print the versions of the running instances

Usage: `accounts inspect [command options] [arguments...]`
Usage: `accounts version [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand Down
32 changes: 16 additions & 16 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:44+0000"
date: "2021-02-17T09:36:02+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -35,6 +35,21 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`

-log-level | $GLAUTH_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $GLAUTH_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $GLAUTH_LOG_COLOR
: Enable colored logging. Default: `true`.

### glauth server

Start integrated server
Expand Down Expand Up @@ -143,18 +158,3 @@ Usage: `glauth health [command options] [arguments...]`
-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9129`.

### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`

-log-level | $GLAUTH_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $GLAUTH_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $GLAUTH_LOG_COLOR
: Enable colored logging. Default: `true`.

2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:46+0000"
date: "2021-02-17T09:36:03+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:48+0000"
date: "2021-02-17T09:36:04+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:49+0000"
date: "2021-02-17T09:36:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
50 changes: 25 additions & 25 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:51+0000"
date: "2021-02-17T09:36:07+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,30 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### ocs health

Check health status

Usage: `ocs health [command options] [arguments...]`

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs ocis-ocs

Serve OCS API for oCIS

Usage: `ocs ocis-ocs [command options] [arguments...]`

-log-level | $OCS_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $OCS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $OCS_LOG_COLOR
: Enable colored logging. Default: `true`.

### ocs server

Start integrated server
Expand Down Expand Up @@ -122,3 +98,27 @@ Usage: `ocs version [command options] [arguments...]`
-name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status

Usage: `ocs health [command options] [arguments...]`

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs ocis-ocs

Serve OCS API for oCIS

Usage: `ocs ocis-ocs [command options] [arguments...]`

-log-level | $OCS_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $OCS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $OCS_LOG_COLOR
: Enable colored logging. Default: `true`.

2 changes: 1 addition & 1 deletion extensions/onlyoffice/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:52+0000"
date: "2021-02-17T09:36:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:53+0000"
date: "2021-02-17T09:36:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -35,18 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### proxy version

Print the versions of the running instances

Usage: `proxy version [command options] [arguments...]`

--service-namespace | $PROXY_SERVICE_NAMESPACE
: Set the base namespace for the service namespace. Default: `com.owncloud.web`.

--service-name | $PROXY_SERVICE_NAME
: Service name. Default: `proxy`.

### proxy health

Check health status
Expand Down Expand Up @@ -158,3 +146,15 @@ Usage: `proxy server [command options] [arguments...]`
--account-backend-type | $PROXY_ACCOUNT_BACKEND_TYPE
: account-backend-type. Default: `accounts`.

### proxy version

Print the versions of the running instances

Usage: `proxy version [command options] [arguments...]`

--service-namespace | $PROXY_SERVICE_NAMESPACE
: Set the base namespace for the service namespace. Default: `com.owncloud.web`.

--service-name | $PROXY_SERVICE_NAME
: Service name. Default: `proxy`.

26 changes: 13 additions & 13 deletions extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-17T08:53:53+0000"
date: "2021-02-17T09:36:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down Expand Up @@ -35,18 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### settings version

Print the versions of the running instances

Usage: `settings version [command options] [arguments...]`

-grpc-namespace | $SETTINGS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $SETTINGS_NAME
: service name. Default: `settings`.

### settings health

Check health status
Expand Down Expand Up @@ -134,3 +122,15 @@ Usage: `settings server [command options] [arguments...]`
-jwt-secret | $SETTINGS_JWT_SECRET , $OCIS_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

### settings version

Print the versions of the running instances

Usage: `settings version [command options] [arguments...]`

-grpc-namespace | $SETTINGS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $SETTINGS_NAME
: service name. Default: `settings`.

Loading

0 comments on commit 8734276

Please sign in to comment.