Skip to content

Commit

Permalink
commit a9a02c2
Browse files Browse the repository at this point in the history
Merge: a8ea9cc 1ca18f4
Author: Willy Kloucek <[email protected]>
Date:   Wed Mar 10 14:31:39 2021 +0100

    Merge pull request #1788 from owncloud/release-1.3.0

    merge back release 1.3.0
  • Loading branch information
wkloucek committed Mar 10, 2021
1 parent 71f2d76 commit aa4fe4a
Show file tree
Hide file tree
Showing 15 changed files with 454 additions and 454 deletions.
92 changes: 46 additions & 46 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-10T13:15:47+0000"
date: "2021-03-10T13:32:17+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,6 +35,45 @@ 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 inspect

Show detailed data on an existing account

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

Start ocis accounts service
Expand Down Expand Up @@ -101,6 +140,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 All @@ -119,18 +164,6 @@ Create a new account

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

### accounts inspect

Show detailed data on an existing account

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

List existing accounts
Expand All @@ -143,42 +176,9 @@ Usage: `accounts list [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### 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 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 update

Make changes to an existing account

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

2 changes: 1 addition & 1 deletion extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-10T13:16:39+0000"
date: "2021-03-10T13:33:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
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-10T13:16:39+0000"
date: "2021-03-10T13:33:10+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-03-10T13:16:39+0000"
date: "2021-03-10T13:33:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-10T13:16:39+0000"
date: "2021-03-10T13:33:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/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.

### idp version

Print the versions of the running instances

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

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

-name | $IDP_NAME
: Service name. Default: `idp`.

### idp health

Check health status
Expand Down Expand Up @@ -218,3 +206,15 @@ Usage: `idp server [command options] [arguments...]`
-disable-identifier-webapp | $IDP_DISABLE_IDENTIFIER_WEBAPP
: Disable built-in identifier-webapp to use a frontend hosted elsewhere.. Default: `true`.

### idp version

Print the versions of the running instances

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

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

-name | $IDP_NAME
: Service name. Default: `idp`.

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-10T13:16:39+0000"
date: "2021-03-10T13:33:11+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: `com.owncloud.web`.

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

### ocs health

Check health status
Expand Down Expand Up @@ -110,15 +122,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: `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-03-10T13:16:39+0000"
date: "2021-03-10T13:33:11+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-10T13:16:39+0000"
date: "2021-03-10T13:33:11+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
44 changes: 22 additions & 22 deletions extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-10T13:16:39+0000"
date: "2021-03-10T13:33:11+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down Expand Up @@ -35,6 +35,27 @@ 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

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 @@ -113,24 +134,3 @@ 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`.

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

Loading

0 comments on commit aa4fe4a

Please sign in to comment.