Skip to content

Commit

Permalink
commit 00659b6
Browse files Browse the repository at this point in the history
Merge: a7b2f4d 059bec1
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Thu Feb 25 20:50:50 2021 +0100

    Merge pull request #1716 from owncloud/add-missing-gatewaysvc-config

    add missing gatewaysvc config
  • Loading branch information
butonic committed Feb 25, 2021
1 parent a97c6b1 commit 24efb11
Show file tree
Hide file tree
Showing 15 changed files with 357 additions and 351 deletions.
26 changes: 13 additions & 13 deletions extensions/accounts/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:56:02+0000"
date: "2021-02-25T19:51:17+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -56,29 +56,23 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
-log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts update

Make changes to an existing account

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

### accounts inspect
### accounts list

Show detailed data on an existing account
List existing accounts

Usage: `accounts inspect [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`.

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

### 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: `com.owncloud.api`.
Expand Down Expand Up @@ -164,6 +158,12 @@ Usage: `accounts server [command options] [arguments...]`
-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts update

Make changes to an existing account

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

### accounts version

Print the versions of the running instances
Expand Down
50 changes: 25 additions & 25 deletions extensions/glauth/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:14+0000"
date: "2021-02-25T19:52:35+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/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.

### 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 @@ -158,3 +134,27 @@ 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
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:16+0000"
date: "2021-02-25T19:52:37+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
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:17+0000"
date: "2021-02-25T19:52:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
50 changes: 25 additions & 25 deletions extensions/idp/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:19+0000"
date: "2021-02-25T19:52:40+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: `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
: Set logging level. Default: `info`.

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

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

### idp server

Start integrated server
Expand Down Expand Up @@ -194,27 +218,3 @@ Usage: `idp version [command options] [arguments...]`
-name | $IDP_NAME
: Service name. Default: `idp`.

### idp health

Check health status

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

-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `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
: Set logging level. Default: `info`.

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

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

26 changes: 13 additions & 13 deletions extensions/ocs/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:21+0000"
date: "2021-02-25T19:52:42+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`.

20 changes: 10 additions & 10 deletions extensions/onlyoffice/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:22+0000"
date: "2021-02-25T19:52:43+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down Expand Up @@ -59,6 +59,15 @@ 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: `0.0.0.0:9224`.

### onlyoffice server

Start integrated server
Expand Down Expand Up @@ -104,12 +113,3 @@ Usage: `onlyoffice server [command options] [arguments...]`
-asset-path | $ONLYOFFICE_ASSET_PATH
: Path to custom assets.

### onlyoffice health

Check health status

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

-debug-addr | $ONLYOFFICE_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9224`.

2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:23+0000"
date: "2021-02-25T19:52:44+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
20 changes: 10 additions & 10 deletions extensions/settings/configuration.md
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-25T16:57:24+0000"
date: "2021-02-25T19:52:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down Expand Up @@ -35,15 +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 health

Check health status

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

-debug-addr | $SETTINGS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9194`.

### settings ocis-settings

Provide settings and permissions for oCIS
Expand Down Expand Up @@ -134,3 +125,12 @@ Usage: `settings version [command options] [arguments...]`
-name | $SETTINGS_NAME
: service name. Default: `settings`.

### settings health

Check health status

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

-debug-addr | $SETTINGS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9194`.

0 comments on commit 24efb11

Please sign in to comment.