Skip to content

Commit

Permalink
commit 10a55d7
Browse files Browse the repository at this point in the history
Merge: 1478724 35161f7
Author: Alex Unger <zyxancf@gmail.com>
Date:   Tue Nov 3 21:00:41 2020 +0100

    Merge pull request #794 from owncloud/ocis-715
  • Loading branch information
refs committed Nov 3, 2020
1 parent 24940df commit 923659a
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 266 deletions.
44 changes: 22 additions & 22 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-03T11:45:59+0000"
date: "2020-11-03T20:41:34+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-konnectd
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -57,27 +57,6 @@ Usage: `ocis-konnectd [global options] command [command options] [arguments...]`

## Sub Commands

### ocis-konnectd version

Print the versions of the running instances

Usage: `ocis-konnectd version [command options] [arguments...]`

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

--name | $KONNECTD_NAME
: Service name. Default: `konnectd`.

### ocis-konnectd health

Check health status

Usage: `ocis-konnectd health [command options] [arguments...]`

--debug-addr | $KONNECTD_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

### ocis-konnectd server

Start integrated server
Expand Down Expand Up @@ -189,3 +168,24 @@ Usage: `ocis-konnectd server [command options] [arguments...]`
--disable-identifier-webapp | $KONNECTD_DISABLE_IDENTIFIER_WEBAPP
: Disable built-in identifier-webapp to use a frontend hosted elsewhere.. Default: `true`.

### ocis-konnectd version

Print the versions of the running instances

Usage: `ocis-konnectd version [command options] [arguments...]`

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

--name | $KONNECTD_NAME
: Service name. Default: `konnectd`.

### ocis-konnectd health

Check health status

Usage: `ocis-konnectd health [command options] [arguments...]`

--debug-addr | $KONNECTD_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

44 changes: 22 additions & 22 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-03T11:46:03+0000"
date: "2020-11-03T20:41:37+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-proxy
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -57,6 +57,27 @@ Usage: `ocis-proxy [global options] command [command options] [arguments...]`

## Sub Commands

### ocis-proxy version

Print the versions of the running instances

Usage: `ocis-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`.

### ocis-proxy health

Check health status

Usage: `ocis-proxy health [command options] [arguments...]`

--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.

### ocis-proxy server

Start integrated server
Expand Down Expand Up @@ -129,24 +150,3 @@ Usage: `ocis-proxy server [command options] [arguments...]`
--autoprovision-accounts | $PROXY_AUTOPROVISION_ACCOUNTS
: create accounts from OIDC access tokens to learn new users. Default: `false`.

### ocis-proxy version

Print the versions of the running instances

Usage: `ocis-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`.

### ocis-proxy health

Check health status

Usage: `ocis-proxy health [command options] [arguments...]`

--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.

Loading

0 comments on commit 923659a

Please sign in to comment.