Skip to content

Commit

Permalink
commit dbb52f2
Browse files Browse the repository at this point in the history
Merge: cda8aad cb2e2a3
Author: Jörn Friedrich Dreyer <[email protected]>
Date:   Thu Nov 26 17:33:47 2020 +0100

    Merge pull request #958 from owncloud/basic-auth-cache

    implement basic auth cache
  • Loading branch information
butonic committed Nov 26, 2020
1 parent 51a8b88 commit 296e97c
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 213 deletions.
50 changes: 25 additions & 25 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T11:53:28+0000"
date: "2020-11-26T17:03:36+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -37,17 +37,11 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### accounts add

Create a new account

Usage: `accounts add [command options] [arguments...]`

### accounts version
### accounts remove

Print the versions of the running instances
Removes an existing account

Usage: `accounts version [command options] [arguments...]`
Usage: `accounts remove [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand All @@ -67,6 +61,18 @@ Usage: `accounts inspect [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts update

Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`

### accounts list

List existing accounts
Expand All @@ -79,6 +85,12 @@ Usage: `accounts list [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts add

Create a new account

Usage: `accounts add [command options] [arguments...]`

### accounts server

Start ocis accounts service
Expand Down Expand Up @@ -133,11 +145,11 @@ Usage: `accounts server [command options] [arguments...]`
--service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts remove
### accounts version

Removes an existing account
Print the versions of the running instances

Usage: `accounts remove [command options] [arguments...]`
Usage: `accounts version [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand All @@ -160,15 +172,3 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts update

Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`

26 changes: 13 additions & 13 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T11:53:31+0000"
date: "2020-11-26T17:03:40+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down Expand Up @@ -37,6 +37,18 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### konnectd version

Print the versions of the running instances

Usage: `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`.

### konnectd health

Check health status
Expand Down Expand Up @@ -175,15 +187,3 @@ Usage: `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`.

### konnectd version

Print the versions of the running instances

Usage: `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`.

32 changes: 16 additions & 16 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T11:53:36+0000"
date: "2020-11-26T17:03:44+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -37,6 +37,21 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### proxy ocis-proxy

proxy for Reva/oCIS

Usage: `proxy ocis-proxy [command options] [arguments...]`

--log-level | $PROXY_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $PROXY_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $PROXY_LOG_COLOR
: Enable colored logging. Default: `true`.

### proxy server

Start integrated server
Expand Down Expand Up @@ -139,18 +154,3 @@ Usage: `proxy health [command options] [arguments...]`
--debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9109`.

### proxy ocis-proxy

proxy for Reva/oCIS

Usage: `proxy ocis-proxy [command options] [arguments...]`

--log-level | $PROXY_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $PROXY_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $PROXY_LOG_COLOR
: Enable colored logging. Default: `true`.

Loading

0 comments on commit 296e97c

Please sign in to comment.