Skip to content

Commit

Permalink
commit 0dfdcd7
Browse files Browse the repository at this point in the history
Merge: ea2a2b3 7bba6bc
Author: Alex Unger <6905948+refs@users.noreply.github.com>
Date:   Fri Dec 11 14:56:38 2020 +0100

    Merge pull request #1066 from owncloud/runtime-cleanup
  • Loading branch information
refs committed Dec 11, 2020
1 parent 2ef203c commit 5f1f2f7
Show file tree
Hide file tree
Showing 13 changed files with 383 additions and 383 deletions.
140 changes: 70 additions & 70 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:35+0000"
date: "2020-12-11T14:23:57+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,6 +33,75 @@ 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

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 update

Make changes to an existing account

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

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

Show detailed data on an existing account

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 server

Start ocis accounts service
Expand Down Expand Up @@ -105,78 +174,9 @@ Create a new account

Usage: `accounts add [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 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 update

Make changes to an existing account

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

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

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

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

### accounts inspect

Show detailed data on an existing account

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 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/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:39+0000"
date: "2020-12-11T14:24:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
20 changes: 10 additions & 10 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:41+0000"
date: "2020-12-11T14:24:02+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down Expand Up @@ -33,6 +33,15 @@ 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 health

Check health status

Usage: `konnectd health [command options] [arguments...]`

--debug-addr | $KONNECTD_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

### konnectd server

Start integrated server
Expand Down Expand Up @@ -174,12 +183,3 @@ Usage: `konnectd version [command options] [arguments...]`
--name | $KONNECTD_NAME
: Service name. Default: `konnectd`.

### konnectd health

Check health status

Usage: `konnectd health [command options] [arguments...]`

--debug-addr | $KONNECTD_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

32 changes: 16 additions & 16 deletions extensions/ocis-phoenix/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:45+0000"
date: "2020-12-11T14:24:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/phoenix/templates
Expand Down Expand Up @@ -33,21 +33,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.

### phoenix ocis-phoenix

Serve Phoenix for oCIS

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

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

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

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

### phoenix health

Check health status
Expand Down Expand Up @@ -132,3 +117,18 @@ Usage: `phoenix server [command options] [arguments...]`
--oidc-scope | $PHOENIX_OIDC_SCOPE
: OpenID Connect scope. Default: `openid profile email`.

### phoenix ocis-phoenix

Serve Phoenix for oCIS

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

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

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

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

2 changes: 1 addition & 1 deletion extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:48+0000"
date: "2020-12-11T14:24:07+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/onlyoffice/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:58+0000"
date: "2020-12-11T14:24:16+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:49+0000"
date: "2020-12-11T14:24:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T12:29:51+0000"
date: "2020-12-11T14:24:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit 5f1f2f7

Please sign in to comment.