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
+22 -7
View File
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-04-20T21:24:14+0200"
date: "2020-09-21T12:38:41+0200"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-proxy
geekdocEditPath: edit/master/docs
@@ -57,6 +57,15 @@ Usage: `ocis-proxy [global options] command [command options] [arguments...]`
## Sub Commands
### 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 server
Start integrated server
@@ -73,7 +82,7 @@ Usage: `ocis-proxy server [command options] [arguments...]`
: Endpoint for the agent.
--tracing-collector | $PROXY_TRACING_COLLECTOR
: Endpoint for the collector.
: Endpoint for the collector. Default: `http://localhost:14268/api/traces`.
--tracing-service | $PROXY_TRACING_SERVICE
: Service name for tracing. Default: `proxy`.
@@ -108,12 +117,18 @@ Usage: `ocis-proxy server [command options] [arguments...]`
--transport-tls-key | $PROXY_TRANSPORT_TLS_KEY
: Secret file for transport encryption.
### ocis-proxy health
--tls | $PROXY_TLS
: Use TLS (disable only if proxy is behind a TLS-terminating reverse-proxy).. Default: `true`.
Check health status
--jwt-secret | $PROXY_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.
Usage: `ocis-proxy health [command options] [arguments...]`
--reva-gateway-addr | $PROXY_REVA_GATEWAY_ADDR
: REVA Gateway Endpoint. Default: `127.0.0.1:9142`.
--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.
--oidc-issuer | $PROXY_OIDC_ISSUER
: OIDC issuer. Default: `https://localhost:9200`.
--oidc-insecure | $PROXY_OIDC_INSECURE
: OIDC allow insecure communication. Default: `true`.