Skip to content

Commit

Permalink
commit bb5ccae
Browse files Browse the repository at this point in the history
Merge: fd3f0b7a ff4c802
Author: Benedikt Kulmann <benedikt@kulmann.biz>
Date:   Mon Oct 5 17:19:58 2020 +0200

    Merge pull request #623 from owncloud/extract_storage_layer

    Extract storage layer + cs3impl
  • Loading branch information
kulmann committed Oct 5, 2020
1 parent 93a4bc4 commit 4b4a52c
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 366 deletions.
20 changes: 10 additions & 10 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-10-05T11:03:59+0000"
date: "2020-10-05T15:31:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-konnectd
geekdocEditPath: edit/master/docs
Expand Down Expand Up @@ -57,6 +57,15 @@ 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
Expand Down Expand Up @@ -180,12 +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 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`.

Loading

0 comments on commit 4b4a52c

Please sign in to comment.