Skip to content

Commit

Permalink
commit f854107
Browse files Browse the repository at this point in the history
Merge: 2255eed 0a5bcea
Author: Phil Davis <phil@jankaritech.com>
Date:   Fri Oct 23 13:29:53 2020 +0545

    Merge pull request #735 from owncloud/fixDocsDefaultStorageDriver

    [docs-only] fix documentation because OCIS is now the default storage
  • Loading branch information
phil-davis committed Oct 23, 2020
1 parent 09376c9 commit 5d00680
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 408 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-22T17:10:32+0000"
date: "2020-10-23T07:45:43+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`.

26 changes: 13 additions & 13 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-10-22T17:10:35+0000"
date: "2020-10-23T07:45:47+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-proxy
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -57,6 +57,18 @@ 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 server

Start integrated server
Expand Down Expand Up @@ -129,18 +141,6 @@ 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
Expand Down
Loading

0 comments on commit 5d00680

Please sign in to comment.