Skip to content

Commit

Permalink
commit a07c1e7
Browse files Browse the repository at this point in the history
Merge: ad3c347 4db57df
Author: Willy Kloucek <[email protected]>
Date:   Thu Sep 2 13:47:31 2021 +0200

    Merge pull request #2464 from owncloud/add_developer_access_to_continously_deployed_instances

    add developer ssh access to continously deployed instances
  • Loading branch information
wkloucek committed Sep 2, 2021
1 parent 2069d9d commit f31f8fc
Show file tree
Hide file tree
Showing 14 changed files with 813 additions and 813 deletions.
328 changes: 164 additions & 164 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-09-01T16:20:08+0000"
date: "2021-09-02T11:48:50+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-09-01T16:20:08+0000"
date: "2021-09-02T11:48:50+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-09-01T16:20:08+0000"
date: "2021-09-02T11:48:50+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 server
### graph health

Start integrated server
Check health status

Usage: `graph server [command options] [arguments...]`
Usage: `graph health [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

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

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.


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

Serve Graph API for oCIS

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


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


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


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


-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.
-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.


-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-09-01T16:20:08+0000"
date: "2021-09-02T11:48:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-09-01T16:20:09+0000"
date: "2021-09-02T11:48:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down
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-09-01T16:20:09+0000"
date: "2021-09-02T11:48:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
Loading

0 comments on commit f31f8fc

Please sign in to comment.