Skip to content

Commit

Permalink
commit 0798f40
Browse files Browse the repository at this point in the history
Merge: dbb52f2 c46a559
Author: David Christofas <C0rby@users.noreply.github.com>
Date:   Thu Nov 26 17:55:07 2020 +0100

    Merge pull request #910 from owncloud/thumbnails-rewrite

    change image library and refactor thumbnails service
  • Loading branch information
C0rby committed Nov 26, 2020
1 parent f8036c1 commit 20b15b6
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 246 deletions.
68 changes: 34 additions & 34 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T17:15:14+0000"
date: "2020-11-26T17:24:02+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 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...]`

### accounts server

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

### accounts rebuildIndex

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

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

### 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 remove

Removes an existing account
Expand All @@ -115,6 +127,18 @@ Usage: `accounts remove [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts version

Print the versions of the running instances

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 inspect

Show detailed data on an existing account
Expand Down Expand Up @@ -142,33 +166,9 @@ 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...]`

### accounts add

Create a new account

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

### accounts version

Print the versions of the running instances

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

2 changes: 1 addition & 1 deletion extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T17:15:17+0000"
date: "2020-11-26T17:24:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down
50 changes: 25 additions & 25 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-26T17:15:22+0000"
date: "2020-11-26T17:24:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -37,30 +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 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 +130,27 @@ Usage: `proxy version [command options] [arguments...]`
--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 20b15b6

Please sign in to comment.