Skip to content

Commit

Permalink
commit acd2aa3
Browse files Browse the repository at this point in the history
Merge: bd8a799 45fe331
Author: David Christofas <[email protected]>
Date:   Thu Oct 21 10:57:43 2021 +0200

    Merge pull request #2657 from owncloud/remove-context-key

    remove deprecated context key
  • Loading branch information
David Christofas committed Oct 21, 2021
1 parent 16f7d24 commit edbb15f
Show file tree
Hide file tree
Showing 14 changed files with 902 additions and 902 deletions.
270 changes: 135 additions & 135 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-21T07:46:30+0000"
date: "2021-10-21T08:58:42+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-10-21T07:46:30+0000"
date: "2021-10-21T08:58:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -73,6 +73,36 @@ 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 @@ -151,33 +181,3 @@ 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"`.


















2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-21T07:46:30+0000"
date: "2021-10-21T08:58:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
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-10-21T07:46:30+0000"
date: "2021-10-21T08:58:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
76 changes: 38 additions & 38 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-21T07:46:30+0000"
date: "2021-10-21T08:58:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -34,43 +34,6 @@ If multiple variables are listed for one option, they are in order of precedence
### Command-line flags

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.

### ocs health

Check health status

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


-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `"127.0.0.1:9114"`.




























### ocs ocis-ocs

Expand Down Expand Up @@ -254,4 +217,41 @@ Usage: `ocs version [command options] [arguments...]`

-name | $OCS_NAME
: Service name. Default: `"ocs"`.

### ocs health

Check health status

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


-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `"127.0.0.1:9114"`.




























108 changes: 54 additions & 54 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-21T07:46:30+0000"
date: "2021-10-21T08:58:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -35,6 +35,59 @@ 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.

### proxy version

Print the versions of the running instances

Usage: `proxy version [command options] [arguments...]`









































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


-service-name | $PROXY_SERVICE_NAME
: Service name. Default: `"proxy"`.

### proxy health

Check health status
Expand Down Expand Up @@ -305,56 +358,3 @@ Usage: `proxy server [command options] [arguments...]`



### proxy version

Print the versions of the running instances

Usage: `proxy version [command options] [arguments...]`









































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


-service-name | $PROXY_SERVICE_NAME
: Service name. Default: `"proxy"`.

Loading

0 comments on commit edbb15f

Please sign in to comment.