Skip to content

Commit

Permalink
commit 80cb4f5
Browse files Browse the repository at this point in the history
Merge: d6f5d66 03a361a
Author: Phil Davis <phil@jankaritech.com>
Date:   Tue Dec 15 23:17:41 2020 +0545

    Merge pull request #1108 from owncloud/update-pman

    Update OCIS Runtime
  • Loading branch information
phil-davis committed Dec 15, 2020
1 parent d77a1de commit 13851c4
Show file tree
Hide file tree
Showing 13 changed files with 445 additions and 445 deletions.
152 changes: 76 additions & 76 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T17:00:36+0000"
date: "2020-12-15T17:33:01+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,77 +33,44 @@ 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 server

Start ocis accounts service

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

--tracing-enabled | $ACCOUNTS_TRACING_ENABLED
: Enable sending traces.

--tracing-type | $ACCOUNTS_TRACING_TYPE
: Tracing backend type. Default: `jaeger`.

--tracing-endpoint | $ACCOUNTS_TRACING_ENDPOINT
: Endpoint for the agent.
### accounts update

--tracing-collector | $ACCOUNTS_TRACING_COLLECTOR
: Endpoint for the collector.
Make changes to an existing account

--tracing-service | $ACCOUNTS_TRACING_SERVICE
: Service name for tracing. Default: `accounts`.
Usage: `accounts update [command options] [arguments...]`

--http-namespace | $ACCOUNTS_HTTP_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.
### accounts list

--http-addr | $ACCOUNTS_HTTP_ADDR
: Address to bind http server. Default: `0.0.0.0:9181`.
List existing accounts

--http-root | $ACCOUNTS_HTTP_ROOT
: Root path of http server. Default: `/`.
Usage: `accounts list [command options] [arguments...]`

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

--grpc-addr | $ACCOUNTS_GRPC_ADDR
: Address to bind grpc server. Default: `0.0.0.0:9180`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

--asset-path | $ACCOUNTS_ASSET_PATH
: Path to custom assets.

--jwt-secret | $ACCOUNTS_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

--storage-disk-path | $ACCOUNTS_STORAGE_DISK_PATH
: Path on the local disk, e.g. /var/tmp/ocis/accounts.

--storage-cs3-provider-addr | $ACCOUNTS_STORAGE_CS3_PROVIDER_ADDR
: bind address for the metadata storage provider. Default: `localhost:9215`.
### accounts ocis-accounts

--storage-cs3-data-url | $ACCOUNTS_STORAGE_CS3_DATA_URL
: http endpoint of the metadata storage. Default: `http://localhost:9216`.
Provide accounts and groups for oCIS

--storage-cs3-data-prefix | $ACCOUNTS_STORAGE_CS3_DATA_PREFIX
: path prefix for the http endpoint of the metadata storage, without leading slash. Default: `data`.
Usage: `accounts ocis-accounts [command options] [arguments...]`

--storage-cs3-jwt-secret | $ACCOUNTS_STORAGE_CS3_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.
--log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.

--service-user-uuid | $ACCOUNTS_SERVICE_USER_UUID
: uuid of the internal service user (required on EOS). Default: `95cb8724-03b2-11eb-a0a6-c33ef8ef53ad`.
--log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).
--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### 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`.
Expand All @@ -117,21 +84,6 @@ Rebuilds the service's index, i.e. deleting and then re-adding all existing docu

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

Show detailed data on an existing account
Expand All @@ -144,35 +96,83 @@ Usage: `accounts inspect [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts version
### accounts remove

Print the versions of the running instances
Removes an existing account

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

Removes an existing account
Start ocis accounts service

Usage: `accounts remove [command options] [arguments...]`
Usage: `accounts server [command options] [arguments...]`

--tracing-enabled | $ACCOUNTS_TRACING_ENABLED
: Enable sending traces.

--tracing-type | $ACCOUNTS_TRACING_TYPE
: Tracing backend type. Default: `jaeger`.

--tracing-endpoint | $ACCOUNTS_TRACING_ENDPOINT
: Endpoint for the agent.

--tracing-collector | $ACCOUNTS_TRACING_COLLECTOR
: Endpoint for the collector.

--tracing-service | $ACCOUNTS_TRACING_SERVICE
: Service name for tracing. Default: `accounts`.

--http-namespace | $ACCOUNTS_HTTP_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.

--http-addr | $ACCOUNTS_HTTP_ADDR
: Address to bind http server. Default: `0.0.0.0:9181`.

--http-root | $ACCOUNTS_HTTP_ROOT
: Root path of http server. Default: `/`.

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

--grpc-addr | $ACCOUNTS_GRPC_ADDR
: Address to bind grpc server. Default: `0.0.0.0:9180`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts update
--asset-path | $ACCOUNTS_ASSET_PATH
: Path to custom assets.

Make changes to an existing account
--jwt-secret | $ACCOUNTS_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

Usage: `accounts update [command options] [arguments...]`
--storage-disk-path | $ACCOUNTS_STORAGE_DISK_PATH
: Path on the local disk, e.g. /var/tmp/ocis/accounts.

--storage-cs3-provider-addr | $ACCOUNTS_STORAGE_CS3_PROVIDER_ADDR
: bind address for the metadata storage provider. Default: `localhost:9215`.

--storage-cs3-data-url | $ACCOUNTS_STORAGE_CS3_DATA_URL
: http endpoint of the metadata storage. Default: `http://localhost:9216`.

--storage-cs3-data-prefix | $ACCOUNTS_STORAGE_CS3_DATA_PREFIX
: path prefix for the http endpoint of the metadata storage, without leading slash. Default: `data`.

--storage-cs3-jwt-secret | $ACCOUNTS_STORAGE_CS3_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

--service-user-uuid | $ACCOUNTS_SERVICE_USER_UUID
: uuid of the internal service user (required on EOS). Default: `95cb8724-03b2-11eb-a0a6-c33ef8ef53ad`.

--service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts add

Expand Down
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-15T17:00:38+0000"
date: "2020-12-15T17:33:04+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-15T17:00:40+0000"
date: "2020-12-15T17:33:06+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down Expand Up @@ -33,6 +33,18 @@ 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 @@ -171,15 +183,3 @@ 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-15T17:00:44+0000"
date: "2020-12-15T17:33:10+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-15T17:00:52+0000"
date: "2020-12-15T17:33:19+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
26 changes: 13 additions & 13 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T17:00:45+0000"
date: "2020-12-15T17:33:11+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -33,6 +33,18 @@ 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
Expand Down Expand Up @@ -144,15 +156,3 @@ 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`.

26 changes: 13 additions & 13 deletions extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T17:00:46+0000"
date: "2020-12-15T17:33:12+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down Expand Up @@ -33,6 +33,18 @@ 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 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 @@ -120,15 +132,3 @@ Usage: `settings ocis-settings [command options] [arguments...]`
--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 13851c4

Please sign in to comment.