Skip to content

Commit

Permalink
commit 74c1c1f
Browse files Browse the repository at this point in the history
Merge: 76fefa3 1c54b86
Author: Phil Davis <[email protected]>
Date:   Thu Dec 10 14:37:50 2020 +0545

    Merge pull request #1045 from owncloud/update-commit-ids-for-tests-20201210

    [tests-only] Update commit ids for tests 20201210
  • Loading branch information
phil-davis committed Dec 10, 2020
1 parent a3a38d6 commit 64452d6
Show file tree
Hide file tree
Showing 13 changed files with 378 additions and 378 deletions.
68 changes: 34 additions & 34 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:31+0000"
date: "2020-12-10T09:24:29+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,17 +33,17 @@ If you prefer to configure the service with environment variables you can see th

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

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

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

### accounts add
### accounts update

Create a new account
Make changes to an existing account

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

### accounts ocis-accounts

Expand All @@ -60,6 +60,18 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

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

Show detailed data on an existing account
Expand All @@ -84,6 +96,18 @@ Usage: `accounts list [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

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

Start ocis accounts service
Expand Down Expand Up @@ -153,33 +177,9 @@ Usage: `accounts server [command options] [arguments...]`
--service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

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

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

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

### accounts version

Print the versions of the running instances

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

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

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Usage: `accounts add [command options] [arguments...]`

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: "2020-12-08T16:37:34+0000"
date: "2020-12-10T09:24:32+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -33,6 +33,21 @@ If you prefer to configure the service with environment variables you can see th

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 health

Check health status
Expand Down Expand Up @@ -141,18 +156,3 @@ Usage: `glauth server [command options] [arguments...]`
--fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `true`.

### 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/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:35+0000"
date: "2020-12-10T09:24:33+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/ocis-phoenix/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:39+0000"
date: "2020-12-10T09:24:37+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/phoenix/templates
Expand Down
56 changes: 28 additions & 28 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:40+0000"
date: "2020-12-10T09:24:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -33,33 +33,6 @@ If you prefer to configure the service with environment variables you can see th

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 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 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 @@ -120,3 +93,30 @@ Usage: `ocs server [command options] [arguments...]`
--jwt-secret | $OCS_JWT_SECRET
: Used to dismantle the access token, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

### 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 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:47+0000"
date: "2020-12-10T09:24:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down Expand Up @@ -57,15 +57,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: `0.0.0.0:9224`.

### onlyoffice server

Start integrated server
Expand Down Expand Up @@ -111,3 +102,12 @@ 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-08T16:37:41+0000"
date: "2020-12-10T09:24:39+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
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: "2020-12-08T16:37:42+0000"
date: "2020-12-10T09:24:40+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit 64452d6

Please sign in to comment.