Skip to content

Commit

Permalink
commit 4b9215b
Browse files Browse the repository at this point in the history
Merge: 621b411 127b434
Author: Michael Barz <mbarz@owncloud.com>
Date:   Thu Oct 8 12:04:04 2020 +0200

    Merge pull request #636 from owncloud/enable-ocs-group-tests

    [Tests-only] Add ocs http tests for groups endpoints
  • Loading branch information
micbar committed Oct 8, 2020
1 parent f6159a9 commit f585fed
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 409 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-08T07:44:15+0000"
date: "2020-10-08T10:22:36+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-konnectd
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -57,6 +57,27 @@ 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 @@ -168,24 +189,3 @@ 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`.

20 changes: 10 additions & 10 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-10-08T07:44:19+0000"
date: "2020-10-08T10:22:39+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-proxy
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -129,6 +129,15 @@ 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 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 version

Print the versions of the running instances
Expand All @@ -141,12 +150,3 @@ Usage: `ocis-proxy version [command options] [arguments...]`
--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 f585fed

Please sign in to comment.