Skip to content

Commit

Permalink
commit 89da2b0
Browse files Browse the repository at this point in the history
Merge: 14c0371 1ba10d9
Author: Florian Schade <[email protected]>
Date:   Wed Mar 31 12:26:01 2021 +0200

    Merge pull request #1880 from owncloud/release-1.4.0

    merge back release 1.4.0
  • Loading branch information
fschade committed Mar 31, 2021
1 parent d49a590 commit 5bd4074
Show file tree
Hide file tree
Showing 15 changed files with 408 additions and 408 deletions.
62 changes: 31 additions & 31 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-30T14:25:11+0000"
date: "2021-03-31T10:26:23+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +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 rebuildIndex
### accounts remove

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

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.

-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.

### accounts server

Expand Down Expand Up @@ -110,12 +116,6 @@ Usage: `accounts server [command options] [arguments...]`
-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS). Default: `flags.OverrideDefaultString(cfg.ServiceUser.Username, "")`.

### accounts update

Make changes to an existing account

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

### accounts version

Print the versions of the running instances
Expand All @@ -128,35 +128,23 @@ Usage: `accounts version [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.

### accounts add

Create a new account

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

### accounts list
### accounts inspect

List existing accounts
Show detailed data on an existing account

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.

-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.

### accounts remove

Removes an existing account

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.
Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.
Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts ocis-accounts

Expand All @@ -173,11 +161,23 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
-log-color | $ACCOUNTS_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

### accounts inspect
### accounts update

Show detailed data on an existing account
Make changes to an existing account

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

### accounts add

Create a new account

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

### accounts list

List existing accounts

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "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-03-30T14:26:10+0000"
date: "2021-03-31T10:27:13+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -35,21 +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.

### glauth ocis-glauth

Serve GLAuth API for oCIS

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

-log-level | $GLAUTH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $GLAUTH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $GLAUTH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

### glauth server

Start integrated server
Expand Down Expand Up @@ -161,3 +146,18 @@ Usage: `glauth health [command options] [arguments...]`
-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "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 , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $GLAUTH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $GLAUTH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

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-03-30T14:26:11+0000"
date: "2021-03-31T10:27:13+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
38 changes: 19 additions & 19 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-30T14:26:11+0000"
date: "2021-03-31T10:27:13+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,24 +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.

### graph ocis-graph

Serve Graph API for oCIS

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

-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `flags.OverrideDefaultString(cfg.File, "")`.

-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

### graph server

Start integrated server
Expand Down Expand Up @@ -137,3 +119,21 @@ Usage: `graph health [command options] [arguments...]`
-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9124")`.

### graph ocis-graph

Serve Graph API for oCIS

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

-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `flags.OverrideDefaultString(cfg.File, "")`.

-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

50 changes: 25 additions & 25 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-30T14:26:11+0000"
date: "2021-03-31T10:27:13+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/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.

### idp health

Check health status

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

-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9134")`.

### idp ocis-idp

Serve IDP API for oCIS

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

-log-level | $IDP_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $IDP_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $IDP_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

### idp server

Start integrated server
Expand Down Expand Up @@ -197,27 +221,3 @@ Usage: `idp version [command options] [arguments...]`
-name | $IDP_NAME
: Service name. Default: `flags.OverrideDefaultString(cfg.Service.Name, "idp")`.

### idp health

Check health status

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

-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9134")`.

### idp ocis-idp

Serve IDP API for oCIS

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

-log-level | $IDP_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-log-pretty | $IDP_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-log-color | $IDP_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

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-03-30T14:26:11+0000"
date: "2021-03-31T10:27:14+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,6 +35,18 @@ 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: `flags.OverrideDefaultString(cfg.Service.Namespace, "com.owncloud.web")`.

-name | $OCS_NAME
: Service name. Default: `flags.OverrideDefaultString(cfg.Service.Name, "ocs")`.

### ocs health

Check health status
Expand Down Expand Up @@ -113,15 +125,3 @@ 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: `flags.OverrideDefaultString(cfg.TokenManager.JWTSecret, "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: `flags.OverrideDefaultString(cfg.Service.Namespace, "com.owncloud.web")`.

-name | $OCS_NAME
: Service name. Default: `flags.OverrideDefaultString(cfg.Service.Name, "ocs")`.

20 changes: 10 additions & 10 deletions extensions/onlyoffice/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-30T14:26:11+0000"
date: "2021-03-31T10:27:14+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down Expand Up @@ -59,15 +59,6 @@ Usage: `onlyoffice [global options] command [command options] [arguments...]`

## Sub Commands

### onlyoffice health

Check health status

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

-debug-addr | $ONLYOFFICE_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9224")`.

### onlyoffice server

Start integrated server
Expand Down Expand Up @@ -116,3 +107,12 @@ Usage: `onlyoffice server [command options] [arguments...]`
-asset-path | $ONLYOFFICE_ASSET_PATH
: Path to custom assets. Default: `flags.OverrideDefaultString(cfg.Asset.Path, "")`.

### onlyoffice health

Check health status

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

-debug-addr | $ONLYOFFICE_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9224")`.

Loading

0 comments on commit 5bd4074

Please sign in to comment.