Skip to content

Commit

Permalink
commit 64a39ff
Browse files Browse the repository at this point in the history
Merge: 78d2647 80c8fd3
Author: Willy Kloucek <[email protected]>
Date:   Fri Dec 11 10:20:25 2020 +0100

    Merge pull request #1049 from owncloud/use_default_path_for_example_deployments

    use default paths
  • Loading branch information
wkloucek committed Dec 11, 2020
1 parent 2f1ea59 commit e8e067c
Show file tree
Hide file tree
Showing 13 changed files with 368 additions and 368 deletions.
64 changes: 32 additions & 32 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T08:30:49+0000"
date: "2020-12-11T09:57:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,18 +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.

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

Start ocis accounts service
Expand Down Expand Up @@ -114,35 +102,47 @@ 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 rebuildIndex

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

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

### accounts update
### accounts remove

Make changes to an existing account
Removes an existing account

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

### accounts rebuildIndex
List existing accounts

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents
Usage: `accounts list [command options] [arguments...]`

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

Expand Down Expand Up @@ -171,15 +171,15 @@ Usage: `accounts inspect [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts version
### accounts update

Print the versions of the running instances
Make changes to an existing account

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

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

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Create a new account

Usage: `accounts add [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-11T08:30:52+0000"
date: "2020-12-11T09:57:20+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -33,6 +33,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.

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

Check health status
Expand Down Expand Up @@ -141,18 +156,3 @@ Usage: `glauth server [command options] [arguments...]`
--fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `true`.

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

74 changes: 37 additions & 37 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T08:30:53+0000"
date: "2020-12-11T09:57:22+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down Expand Up @@ -33,42 +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 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 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

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 @@ -183,3 +147,39 @@ 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 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 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

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

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

20 changes: 10 additions & 10 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-11T08:30:56+0000"
date: "2020-12-11T09:57:25+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/phoenix/templates
Expand Down Expand Up @@ -33,15 +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 health

Check health status

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

--debug-addr | $PHOENIX_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9104`.

### phoenix server

Start integrated server
Expand Down Expand Up @@ -132,3 +123,12 @@ Usage: `phoenix ocis-phoenix [command options] [arguments...]`
--log-color | $PHOENIX_LOG_COLOR
: Enable colored logging. Default: `true`.

### phoenix health

Check health status

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

--debug-addr | $PHOENIX_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9104`.

20 changes: 10 additions & 10 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T08:30:58+0000"
date: "2020-12-11T09:57:26+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -33,15 +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 health

Check health status

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

--debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs server

Start integrated server
Expand Down Expand Up @@ -120,3 +111,12 @@ Usage: `ocs version [command options] [arguments...]`
--name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status

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

--debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

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-11T08:31:05+0000"
date: "2020-12-11T09:57:33+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
20 changes: 10 additions & 10 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-11T08:30:58+0000"
date: "2020-12-11T09:57:27+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/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.

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

Start integrated server
Expand Down Expand Up @@ -144,12 +153,3 @@ 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`.

Loading

0 comments on commit e8e067c

Please sign in to comment.