add .gitignore + Makefile ro root folder

This commit is contained in:
A.Unger
2020-09-21 12:42:53 +02:00
parent c06100abfc
commit 527a24c588
107 changed files with 8453 additions and 389 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-04-20T13:18:32+0200"
date: "2020-09-21T12:38:17+0200"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-konnectd
geekdocEditPath: edit/master/docs
@@ -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 server
Start integrated server
@@ -165,12 +174,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`.