Skip to content

Commit

Permalink
commit 706a58c
Browse files Browse the repository at this point in the history
Merge: 1404a8b 4611cc2
Author: Jörn Friedrich Dreyer <[email protected]>
Date:   Mon Jan 25 20:43:50 2021 +0100

    Merge pull request #1482 from owncloud/update-reva-for-checksums

    update reva to 0c10b33
  • Loading branch information
butonic committed Jan 25, 2021
1 parent 9aca213 commit 18a3ca3
Show file tree
Hide file tree
Showing 13 changed files with 396 additions and 393 deletions.
56 changes: 28 additions & 28 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-01-25T15:04:08+0000"
date: "2021-01-25T19:49:26+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,29 +35,11 @@ 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

List existing accounts

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 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: `com.owncloud.api`.
Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

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

### accounts ocis-accounts

Expand Down Expand Up @@ -140,6 +122,18 @@ Usage: `accounts server [command options] [arguments...]`
-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### 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 @@ -158,23 +152,29 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts version
### accounts list

Print the versions of the running instances
List existing accounts

Usage: `accounts version [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 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: `com.owncloud.api`.

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

### accounts update

Expand Down
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-01-25T15:04:10+0000"
date: "2021-01-25T19:49:31+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-01-25T15:04:12+0000"
date: "2021-01-25T19:49:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/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.

### konnectd version

Print the versions of the running instances

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

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

-name | $KONNECTD_NAME
: Service name. Default: `konnectd`.

### konnectd health

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

### konnectd version

Print the versions of the running instances

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

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

-name | $KONNECTD_NAME
: Service name. Default: `konnectd`.

20 changes: 10 additions & 10 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-01-25T15:04:16+0000"
date: "2021-01-25T19:49:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/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.

### ocs health

Check health status

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

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs ocis-ocs

Serve OCS API for oCIS
Expand Down Expand Up @@ -113,12 +122,3 @@ Usage: `ocs version [command options] [arguments...]`
-name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status

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

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

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-01-25T15:04:22+0000"
date: "2021-01-25T19:50:04+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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-01-25T15:04:17+0000"
date: "2021-01-25T19:49:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
50 changes: 25 additions & 25 deletions extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-01-25T15:04:17+0000"
date: "2021-01-25T19:49:53+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/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.

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

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

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

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

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

### settings server

Start integrated server
Expand Down Expand Up @@ -134,3 +110,27 @@ 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`.

### settings ocis-settings

Provide settings and permissions for oCIS

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

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

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

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

Loading

0 comments on commit 18a3ca3

Please sign in to comment.