Skip to content

Commit

Permalink
commit ea66c7d
Browse files Browse the repository at this point in the history
Merge: 6e76b72 031a1b8
Author: Phil Davis <phil@jankaritech.com>
Date:   Fri Oct 23 21:29:49 2020 +0545

    Merge pull request #745 from butonic/fix-id-or-username-query-handling

    Fix id or username query handling
  • Loading branch information
phil-davis committed Oct 23, 2020
1 parent 5d00680 commit 5281ec9
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 274 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-10-23T07:45:43+0000"
date: "2020-10-23T16:08:26+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 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 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 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 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 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`.

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: "2020-10-23T07:45:47+0000"
date: "2020-10-23T16:08:30+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-proxy
geekdocEditPath: edit/master/docs
Expand Down
Loading

0 comments on commit 5281ec9

Please sign in to comment.