Skip to content

Commit

Permalink
commit 0722d45
Browse files Browse the repository at this point in the history
Merge: ddfe2ba 8b73f7b
Author: Phil Davis <[email protected]>
Date:   Mon Dec 14 20:30:24 2020 +0545

    Merge pull request #973 from owncloud/refactor_drone_definition

    [tests-only] refactor drone definition
  • Loading branch information
phil-davis committed Dec 14, 2020
1 parent b939296 commit 7c73e38
Show file tree
Hide file tree
Showing 13 changed files with 338 additions and 338 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-12-14T13:41:11+0000"
date: "2020-12-14T14:45:46+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,6 +33,30 @@ 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...]`

--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 update

Make changes to an existing account

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

### accounts server

Start ocis accounts service
Expand Down Expand Up @@ -105,12 +129,6 @@ Create a new account

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

### accounts rebuildIndex

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

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

### accounts ocis-accounts

Provide accounts and groups for oCIS
Expand All @@ -126,57 +144,39 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`
--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

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

Removes an existing account
Show detailed data on an existing account

Usage: `accounts remove [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 list
### accounts version

List existing accounts
Print the versions of the running instances

Usage: `accounts list [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 inspect
### accounts remove

Show detailed data on an existing account
Removes an existing account

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

Make changes to an existing account

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

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-14T13:41:13+0000"
date: "2020-12-14T14:45:49+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-14T13:41:15+0000"
date: "2020-12-14T14:45:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/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.

### 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
Expand Down Expand Up @@ -183,3 +171,15 @@ Usage: `konnectd ocis-konnectd [command options] [arguments...]`
--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`.

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-14T13:41:19+0000"
date: "2020-12-14T14:45:56+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-14T13:41:25+0000"
date: "2020-12-14T14:46:03+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
44 changes: 22 additions & 22 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-14T13:41:20+0000"
date: "2020-12-14T14:45:57+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -33,27 +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.

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

Start integrated server
Expand Down Expand Up @@ -156,3 +135,24 @@ Usage: `proxy ocis-proxy [command options] [arguments...]`
--log-color | $PROXY_LOG_COLOR
: Enable colored logging. Default: `true`.

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

56 changes: 28 additions & 28 deletions extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-14T13:41:20+0000"
date: "2020-12-14T14:45:58+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down Expand Up @@ -33,33 +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.

### settings ocis-settings

Provide settings and permissions for oCIS

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

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

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

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

### settings version

Print the versions of the running instances

Usage: `settings version [command options] [arguments...]`

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

--name | $SETTINGS_NAME
: service name. Default: `settings`.

### settings health

Check health status
Expand Down Expand Up @@ -132,3 +105,30 @@ Usage: `settings server [command options] [arguments...]`
--jwt-secret | $SETTINGS_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

### settings ocis-settings

Provide settings and permissions for oCIS

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

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

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

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

### settings version

Print the versions of the running instances

Usage: `settings version [command options] [arguments...]`

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

--name | $SETTINGS_NAME
: service name. Default: `settings`.

Loading

0 comments on commit 7c73e38

Please sign in to comment.