Skip to content

Commit

Permalink
commit d7215de
Browse files Browse the repository at this point in the history
Merge: 8146241 79c2907
Author: Willy Kloucek <[email protected]>
Date:   Fri Feb 5 11:39:33 2021 +0100

    Merge pull request #1598 from owncloud/fix_idp_logo

    fix idp logo
  • Loading branch information
wkloucek committed Feb 5, 2021
1 parent bbf3849 commit e0986cd
Show file tree
Hide file tree
Showing 13 changed files with 420 additions and 420 deletions.
156 changes: 78 additions & 78 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-03T09:19:40+0000"
date: "2021-02-05T10:39:54+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,71 +35,53 @@ If multiple variables are listed for one option, they are in order of precedence

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
### accounts version

Start ocis accounts service
Print the versions of the running instances

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

-tracing-enabled | $ACCOUNTS_TRACING_ENABLED
: Enable sending traces.
-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-tracing-type | $ACCOUNTS_TRACING_TYPE
: Tracing backend type. Default: `jaeger`.
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

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

-tracing-collector | $ACCOUNTS_TRACING_COLLECTOR
: Endpoint for the collector.
Create a new account

-tracing-service | $ACCOUNTS_TRACING_SERVICE
: Service name for tracing. Default: `accounts`.
Usage: `accounts add [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`.
### accounts rebuildIndex

-storage-disk-path | $ACCOUNTS_STORAGE_DISK_PATH
: Path on the local disk, e.g. /var/tmp/ocis/accounts.
Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

-storage-cs3-provider-addr | $ACCOUNTS_STORAGE_CS3_PROVIDER_ADDR
: bind address for the metadata storage provider. Default: `localhost:9215`.
Usage: `accounts rebuildIndex [command options] [arguments...]`

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

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

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

-service-user-uuid | $ACCOUNTS_SERVICE_USER_UUID
: uuid of the internal service user (required on EOS). Default: `95cb8724-03b2-11eb-a0a6-c33ef8ef53ad`.
-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts update

Expand All @@ -119,36 +101,6 @@ Usage: `accounts inspect [command options] [arguments...]`
-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 rebuildIndex

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

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

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

### accounts version
### accounts server

Print the versions of the running instances
Start ocis accounts service

Usage: `accounts version [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 add
-asset-path | $ACCOUNTS_ASSET_PATH
: Path to custom assets.

Create a new 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 add [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).

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: "2021-02-03T09:19:43+0000"
date: "2021-02-05T10:39:56+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
50 changes: 25 additions & 25 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-03T09:19:44+0000"
date: "2021-02-05T10:39:57+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -35,6 +35,30 @@ If multiple variables are listed for one option, they are in order of precedence

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.

### idp health

Check health status

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

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

### idp ocis-idp

Serve IDP API for oCIS

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

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

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

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

### idp server

Start integrated server
Expand Down Expand Up @@ -161,27 +185,3 @@ Usage: `idp version [command options] [arguments...]`
-name | $IDP_NAME
: Service name. Default: `idp`.

### idp health

Check health status

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

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

### idp ocis-idp

Serve IDP API for oCIS

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

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

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

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

50 changes: 25 additions & 25 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-03T09:19:48+0000"
date: "2021-02-05T10:40:01+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,30 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

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 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 @@ -122,3 +98,27 @@ 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`.

### 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: "2021-02-03T09:19:55+0000"
date: "2021-02-05T10:40:07+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: "2021-02-03T09:19:49+0000"
date: "2021-02-05T10:40:02+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: "2021-02-03T09:19:50+0000"
date: "2021-02-05T10:40:03+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit e0986cd

Please sign in to comment.