Skip to content

Commit

Permalink
commit a150e5f
Browse files Browse the repository at this point in the history
Merge: 8e5b975 a24fe10
Author: Pascal Wengerter <pwengerter@owncloud.com>
Date:   Tue Aug 24 15:06:03 2021 +0100

    Merge pull request #2433 from owncloud/remove-onlyoffice-service

    Remove onlyoffice extension
  • Loading branch information
Pascal Wengerter committed Aug 24, 2021
1 parent 147355e commit 6a74596
Show file tree
Hide file tree
Showing 19 changed files with 832 additions and 1,363 deletions.
340 changes: 170 additions & 170 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

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-08-24T09:18:07+0000"
date: "2021-08-24T14:07:19+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
62 changes: 31 additions & 31 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-24T09:18:07+0000"
date: "2021-08-24T14:07:19+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -73,36 +73,6 @@ 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 @@ -181,3 +151,33 @@ Usage: `graph-explorer server [command options] [arguments...]`
-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

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


















108 changes: 54 additions & 54 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-24T09:18:07+0000"
date: "2021-08-24T14:07:19+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,153 +35,153 @@ 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.

### graph health
### graph server

Check health status
Start integrated server

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






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

-log-file | $GRAPH_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-tracing-enabled | $GRAPH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $GRAPH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


-tracing-service | $GRAPH_TRACING_SERVICE
: Service name for tracing. Default: `"graph"`.


-debug-addr | $GRAPH_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9124"`.


-debug-token | $GRAPH_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.


-debug-pprof | $GRAPH_DEBUG_PPROF
: Enable pprof debugging.

### graph ocis-graph

Serve Graph API for oCIS
-debug-zpages | $GRAPH_DEBUG_ZPAGES
: Enable zpages debugging.

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

-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9120"`.

-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `""`.

-http-root | $GRAPH_HTTP_ROOT
: Root path of http server. Default: `"/graph"`.

-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

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

-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-spaces-webdav-base | $GRAPH_SPACES_WEBDAV_BASE
: spaces webdav base URL to use when rendering drive WabDAV URLs. Default: `"https://localhost:9200/dav/spaces/"`.

-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

-jwt-secret | $GRAPH_JWT_SECRET , $OCIS_JWT_SECRET
: Used to validate the reva access JWT, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-reva-gateway-addr | $REVA_GATEWAY_ADDR
: REVA Gateway Endpoint. Default: `"127.0.0.1:9142"`.


-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

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

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







-log-file | $GRAPH_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-tracing-enabled | $GRAPH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.
### graph ocis-graph

Serve Graph API for oCIS

-tracing-endpoint | $GRAPH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.
Usage: `graph ocis-graph [command options] [arguments...]`


-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.
-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `""`.


-tracing-service | $GRAPH_TRACING_SERVICE
: Service name for tracing. Default: `"graph"`.
-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-debug-addr | $GRAPH_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9124"`.
-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-debug-token | $GRAPH_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.
-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.


-debug-pprof | $GRAPH_DEBUG_PPROF
: Enable pprof debugging.


-debug-zpages | $GRAPH_DEBUG_ZPAGES
: Enable zpages debugging.


-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9120"`.


-http-root | $GRAPH_HTTP_ROOT
: Root path of http server. Default: `"/graph"`.


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


-spaces-webdav-base | $GRAPH_SPACES_WEBDAV_BASE
: spaces webdav base URL to use when rendering drive WabDAV URLs. Default: `"https://localhost:9200/dav/spaces/"`.


-jwt-secret | $GRAPH_JWT_SECRET , $OCIS_JWT_SECRET
: Used to validate the reva access JWT, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-reva-gateway-addr | $REVA_GATEWAY_ADDR
: REVA Gateway Endpoint. Default: `"127.0.0.1:9142"`.


-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

2 changes: 1 addition & 1 deletion extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-24T09:18:07+0000"
date: "2021-08-24T14:07:20+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
Loading

0 comments on commit 6a74596

Please sign in to comment.