Skip to content

Commit

Permalink
commit 1ed2793
Browse files Browse the repository at this point in the history
Merge: 52ebb7c 3a46bd2
Author: David Christofas <C0rby@users.noreply.github.com>
Date:   Tue Feb 23 14:26:42 2021 +0100

    Merge pull request #1684 from owncloud/update-reva

    update reva to v1.6.1-0.20210218130854-a954e7242e7a
  • Loading branch information
C0rby committed Feb 23, 2021
1 parent f87e7f0 commit 8947021
Show file tree
Hide file tree
Showing 15 changed files with 372 additions and 372 deletions.
80 changes: 40 additions & 40 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-23T08:56:38+0000"
date: "2021-02-23T13:27:24+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +35,44 @@ 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 list
### accounts ocis-accounts

List existing accounts
Provide accounts and groups for oCIS

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

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

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

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

### accounts version

Print the versions of the running instances

Usage: `accounts version [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 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`.
Expand Down Expand Up @@ -119,18 +152,6 @@ Make changes to an existing account

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

### accounts version

Print the versions of the running instances

Usage: `accounts version [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
Expand All @@ -149,32 +170,11 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts ocis-accounts

Provide accounts and groups for oCIS

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

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

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

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

### 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
### accounts list

Removes an existing account
List existing accounts

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand Down
50 changes: 25 additions & 25 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-23T08:57:47+0000"
date: "2021-02-23T13:29:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -35,6 +35,30 @@ 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 health

Check health status

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`.

### glauth server

Start integrated server
Expand Down Expand Up @@ -134,27 +158,3 @@ Usage: `glauth server [command options] [arguments...]`
-fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `true`.

### glauth health

Check health status

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-23T08:57:49+0000"
date: "2021-02-23T13:29:02+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-23T08:57:50+0000"
date: "2021-02-23T13:29:03+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-23T08:57:51+0000"
date: "2021-02-23T13:29:04+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-23T08:57:53+0000"
date: "2021-02-23T13:29:07+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/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.

### ocs version

Print the versions of the running instances

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

-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.

-name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status
Expand Down Expand Up @@ -122,3 +110,15 @@ Usage: `ocs server [command options] [arguments...]`
-jwt-secret | $OCS_JWT_SECRET , $OCIS_JWT_SECRET
: Used to dismantle the access token, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

### ocs version

Print the versions of the running instances

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

-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.

-name | $OCS_NAME
: Service name. Default: `ocs`.

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-23T08:57:54+0000"
date: "2021-02-23T13:29:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
20 changes: 10 additions & 10 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-23T08:57:55+0000"
date: "2021-02-23T13:29:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -35,6 +35,15 @@ 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 health

Check health status

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

--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.

### proxy ocis-proxy

proxy for oCIS
Expand Down Expand Up @@ -149,12 +158,3 @@ Usage: `proxy version [command options] [arguments...]`
--service-name | $PROXY_SERVICE_NAME
: Service name. Default: `proxy`.

### proxy health

Check health status

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

--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.

2 changes: 1 addition & 1 deletion extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-23T08:57:55+0000"
date: "2021-02-23T13:29:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit 8947021

Please sign in to comment.