Skip to content

Commit

Permalink
commit 52ebb7c
Browse files Browse the repository at this point in the history
Merge: cf53115 1088faf
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Tue Feb 23 09:55:52 2021 +0100

    Merge pull request #1700 from owncloud/preallocate-slices

    pre allocate slices
  • Loading branch information
butonic committed Feb 23, 2021
1 parent c5ecd66 commit f87e7f0
Show file tree
Hide file tree
Showing 15 changed files with 353 additions and 353 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-02-22T19:36:43+0000"
date: "2021-02-23T08:56:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/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.

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

Start ocis accounts service
Expand Down Expand Up @@ -107,36 +119,36 @@ Make changes to an existing account

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

### accounts list
### accounts version

List existing accounts
Print the versions of the running instances

Usage: `accounts list [command options] [arguments...]`
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 remove
### accounts add

Removes an existing account
Create a new account

Usage: `accounts remove [command options] [arguments...]`
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 rebuildIndex

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

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

### accounts ocis-accounts

Provide accounts and groups for oCIS
Expand All @@ -152,29 +164,17 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
-log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

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

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

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

### accounts inspect
### accounts remove

Show detailed data on an existing account
Removes an existing account

Usage: `accounts inspect [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`.
Expand Down
50 changes: 25 additions & 25 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-22T19:38:11+0000"
date: "2021-02-23T08:57:47+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`.

20 changes: 10 additions & 10 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-22T19:38:13+0000"
date: "2021-02-23T08:57:49+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -52,6 +52,15 @@ Usage: `graph-explorer [global options] command [command options] [arguments...]

## Sub Commands

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`

-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9136`.

### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -103,12 +112,3 @@ Usage: `graph-explorer server [command options] [arguments...]`
-graph-url | $GRAPH_EXPLORER_GRAPH_URL
: Set the url to the graph api service. Default: `http://localhost:9120`.

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`

-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9136`.

20 changes: 10 additions & 10 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-22T19:38:15+0000"
date: "2021-02-23T08:57:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -55,15 +55,6 @@ Usage: `graph [global options] command [command options] [arguments...]`

## Sub Commands

### graph health

Check health status

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

-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9124`.

### graph server

Start integrated server
Expand Down Expand Up @@ -136,3 +127,12 @@ Usage: `graph server [command options] [arguments...]`
-reva-gateway-addr | $REVA_GATEWAY_ADDR
: REVA Gateway Endpoint. Default: `127.0.0.1:9142`.

### graph health

Check health status

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

-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9124`.

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-02-22T19:38:17+0000"
date: "2021-02-23T08:57:51+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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-22T19:38:20+0000"
date: "2021-02-23T08:57:53+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`.

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-02-22T19:38:21+0000"
date: "2021-02-23T08:57:54+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`.

Loading

0 comments on commit f87e7f0

Please sign in to comment.