Skip to content

Commit

Permalink
commit d394e0d
Browse files Browse the repository at this point in the history
Merge: fdee244 3b36c79
Author: Phil Davis <[email protected]>
Date:   Wed Nov 25 14:04:57 2020 +0545

    Merge pull request #943 from owncloud/update-phoenix-0.27.0

    Update phoenix to 0.27.0
  • Loading branch information
phil-davis committed Nov 25, 2020
1 parent c92b386 commit 78fd96e
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 244 deletions.
92 changes: 46 additions & 46 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-24T18:33:23+0000"
date: "2020-11-25T09:16:56+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -37,23 +37,56 @@ 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 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`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts add
### accounts inspect

Create a new account
Show detailed data on an existing account

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

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts ocis-accounts

Provide accounts and groups for oCIS

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

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

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

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

### accounts list

List existing accounts

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

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts server

Expand Down Expand Up @@ -109,45 +142,18 @@ Usage: `accounts server [command options] [arguments...]`
--service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts remove

Removes an existing account

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

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts inspect
### accounts version

Show detailed data on an existing account
Print the versions of the running instances

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

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts ocis-accounts

Provide accounts and groups for oCIS

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

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

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

--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
Expand All @@ -160,15 +166,9 @@ Make changes to an existing account

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

### accounts list

List existing accounts

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

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Create a new account

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Usage: `accounts add [command options] [arguments...]`

32 changes: 16 additions & 16 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-24T18:33:27+0000"
date: "2020-11-25T09:17:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/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.

### konnectd ocis-konnectd

Serve Konnectd API for oCIS

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

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

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

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

### konnectd server

Start integrated server
Expand Down Expand Up @@ -172,18 +187,3 @@ Usage: `konnectd health [command options] [arguments...]`
--debug-addr | $KONNECTD_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

### konnectd ocis-konnectd

Serve Konnectd API for oCIS

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

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

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

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

74 changes: 37 additions & 37 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-24T18:33:32+0000"
date: "2020-11-25T09:17:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -37,42 +37,6 @@ 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 version

Print the versions of the running instances

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

### proxy health

Check health status

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

### proxy server

Start integrated server
Expand Down Expand Up @@ -154,3 +118,39 @@ Usage: `proxy server [command options] [arguments...]`
--enable-basic-auth | $PROXY_ENABLE_BASIC_AUTH
: enable basic authentication. Default: `false`.

### proxy version

Print the versions of the running instances

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

### proxy health

Check health status

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 78fd96e

Please sign in to comment.