Skip to content

Commit

Permalink
commit a2cba46
Browse files Browse the repository at this point in the history
Merge: e0e4585 30cb165
Author: Jürgen Weigert <jnweiger@gmail.com>
Date:   Thu Dec 3 13:17:27 2020 +0100

    Merge pull request #1014 from owncloud/update-eos-base

    update eos-base image
  • Loading branch information
jnweiger committed Dec 3, 2020
1 parent 31e2e22 commit eb62e70
Show file tree
Hide file tree
Showing 13 changed files with 404 additions and 404 deletions.
80 changes: 40 additions & 40 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-03T11:34:32+0000"
date: "2020-12-03T12:49:44+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,45 +33,24 @@ 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 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 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 remove
### accounts list

Removes an existing account
List existing accounts

Usage: `accounts remove [command options] [arguments...]`
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 add

Create a new account

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

### accounts server

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

### accounts list
### accounts ocis-accounts

List existing accounts
Provide accounts and groups for oCIS

Usage: `accounts list [command options] [arguments...]`
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 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`.
Expand All @@ -150,12 +144,6 @@ Usage: `accounts version [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 inspect

Show detailed data on an existing account
Expand All @@ -168,3 +156,15 @@ 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...]`

32 changes: 16 additions & 16 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-03T11:34:35+0000"
date: "2020-12-03T12:49:46+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/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.

### glauth ocis-glauth

Serve GLAuth API for oCIS

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

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

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

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

### glauth server

Start integrated server
Expand Down Expand Up @@ -156,3 +141,18 @@ Usage: `glauth health [command options] [arguments...]`
--debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9129`.

### glauth ocis-glauth

Serve GLAuth API for oCIS

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

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

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

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

50 changes: 25 additions & 25 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-03T11:34:37+0000"
date: "2020-12-03T12:49:48+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down Expand Up @@ -33,30 +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.

### 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 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 @@ -183,3 +159,27 @@ 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`.

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

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-03T11:34:41+0000"
date: "2020-12-03T12:49:51+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 server

Start integrated server
Expand Down Expand Up @@ -132,3 +117,18 @@ Usage: `phoenix health [command options] [arguments...]`
--debug-addr | $PHOENIX_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9104`.

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

32 changes: 16 additions & 16 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-03T11:34:42+0000"
date: "2020-12-03T12:49:52+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/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.

### ocs ocis-ocs

Serve OCS API for oCIS

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

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

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

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

### ocs server

Start integrated server
Expand Down Expand Up @@ -120,3 +105,18 @@ Usage: `ocs health [command options] [arguments...]`
--debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs ocis-ocs

Serve OCS API for oCIS

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

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

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

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

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-03T11:34:51+0000"
date: "2020-12-03T12:49:59+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-03T11:34:43+0000"
date: "2020-12-03T12:49:53+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-03T11:34:44+0000"
date: "2020-12-03T12:49:54+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit eb62e70

Please sign in to comment.