Skip to content

Commit

Permalink
commit e146b03
Browse files Browse the repository at this point in the history
Merge: 087a142 9e8231a
Author: David Christofas <dchristofas@owncloud.com>
Date:   Fri Oct 22 17:41:12 2021 +0200

    Merge pull request #2667 from rhafer/mkdir-idp

    idp: Create parent directories if they don't exist
  • Loading branch information
David Christofas committed Oct 22, 2021
1 parent 9811762 commit b51ffae
Show file tree
Hide file tree
Showing 14 changed files with 1,079 additions and 1,079 deletions.
364 changes: 182 additions & 182 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-10-22T14:37:34+0000"
date: "2021-10-22T15:42:21+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
64 changes: 32 additions & 32 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-22T14:37:34+0000"
date: "2021-10-22T15:42:21+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -74,37 +74,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: `"127.0.0.1:9136"`.



















### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -187,3 +156,34 @@ 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: `"127.0.0.1:9136"`.



















116 changes: 58 additions & 58 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-22T14:37:34+0000"
date: "2021-10-22T15:42:21+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,165 +35,165 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with command-line 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: `"127.0.0.1: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: `"127.0.0.1:9124"`.


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


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


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

### graph ocis-graph

Serve Graph API for oCIS
-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"127.0.0.1:9120"`.

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

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

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

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

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

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

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

-spaces-webdav-path | $GRAPH_SPACES_WEBDAV_PATH
: spaces webdav path to use when rendering drive WabDAV URLs. Default: `"/dav/spaces/"`.

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

-default-space-quota | $GRAPH_SPACES_DEFAULT_QUOTA
: default quota used for all spaces if no custom quota was given. Default: `"1000000000"`.


-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
: Address of 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: `"127.0.0.1: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"`.


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

Serve Graph API for oCIS

-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.
Usage: `graph ocis-graph [command options] [arguments...]`


-tracing-service | $GRAPH_TRACING_SERVICE
: Service name for tracing. Default: `"graph"`.
-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `""`.


-debug-addr | $GRAPH_DEBUG_ADDR
: Address to bind debug server. Default: `"127.0.0.1:9124"`.
-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-debug-token | $GRAPH_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.
-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-debug-pprof | $GRAPH_DEBUG_PPROF
: Enable pprof debugging.
-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.


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


-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"127.0.0.1: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 , $OCIS_URL
: spaces webdav base URL to use when rendering drive WabDAV URLs. Default: `"https://localhost:9200"`.


-spaces-webdav-path | $GRAPH_SPACES_WEBDAV_PATH
: spaces webdav path to use when rendering drive WabDAV URLs. Default: `"/dav/spaces/"`.


-default-space-quota | $GRAPH_SPACES_DEFAULT_QUOTA
: default quota used for all spaces if no custom quota was given. Default: `"1000000000"`.


-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
: Address of REVA gateway endpoint. Default: `"127.0.0.1:9142"`.


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

Loading

0 comments on commit b51ffae

Please sign in to comment.