Skip to content

Commit

Permalink
commit aab73be
Browse files Browse the repository at this point in the history
Merge: 69dfdea ed3a5a7
Author: Phil Davis <[email protected]>
Date:   Thu Aug 5 17:24:16 2021 +0545

    Merge pull request #2353 from owncloud/update-web-4.0.0

    [full-ci] Update web to 4.0.0
  • Loading branch information
phil-davis committed Aug 5, 2021
1 parent 798e84a commit 988eaaa
Show file tree
Hide file tree
Showing 15 changed files with 930 additions and 930 deletions.
310 changes: 155 additions & 155 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-04T06:00:38+0000"
date: "2021-08-05T11:40:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-04T06:00:38+0000"
date: "2021-08-05T11:40:38+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
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-04T06:00:38+0000"
date: "2021-08-05T11:40:39+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
: Enable sending traces.


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


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


-tracing-collector | $GRAPH_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
: Enable sending traces.


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

Serve Graph API for oCIS

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


-tracing-collector | $GRAPH_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-04T06:00:38+0000"
date: "2021-08-05T11:40:39+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
Loading

0 comments on commit 988eaaa

Please sign in to comment.