Skip to content

Commit

Permalink
commit 0d4bc30
Browse files Browse the repository at this point in the history
Merge: 1ee4198 6c6cb64
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Mon Oct 11 13:06:17 2021 +0200

    Merge pull request #2598 from owncloud/fix_metadata_storage

    [full-ci] configure users and metadata storage separately
  • Loading branch information
wkloucek committed Oct 11, 2021
1 parent 2a92a86 commit 829ee8f
Show file tree
Hide file tree
Showing 14 changed files with 762 additions and 1,662 deletions.
54 changes: 27 additions & 27 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-11T08:36:31+0000"
date: "2021-10-11T11:08:13+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,13 +35,11 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with command-line 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...]`
### accounts inspect

Show detailed data on an existing account

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



Expand Down Expand Up @@ -106,24 +104,24 @@ 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"`.




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

### accounts remove

Removes an existing account
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.

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



Expand Down Expand Up @@ -190,12 +188,8 @@ 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"`.



Expand Down Expand Up @@ -489,15 +483,11 @@ Usage: `accounts add [command options] [arguments...]`



### accounts inspect

Show detailed data on an existing account

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


### accounts list

List existing accounts

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



Expand Down Expand Up @@ -571,11 +561,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 remove

Removes an existing account

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



Expand Down Expand Up @@ -644,6 +638,12 @@ 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"`.



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: "2021-10-11T08:37:11+0000"
date: "2021-10-11T11:08:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-11T08:37:11+0000"
date: "2021-10-11T11:09:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-11T08:37:11+0000"
date: "2021-10-11T11:09:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
148 changes: 74 additions & 74 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-11T08:37:11+0000"
date: "2021-10-11T11:09:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -35,6 +35,79 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with command-line flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### idp version

Print the versions of the running instances

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





























































-http-namespace | $IDP_HTTP_NAMESPACE
: Set the base namespace for service discovery. Default: `"com.owncloud.web"`.


-name | $IDP_NAME
: Service name. Default: `"idp"`.

### idp health

Check health status
Expand Down Expand Up @@ -413,76 +486,3 @@ Usage: `idp server [command options] [arguments...]`



### idp version

Print the versions of the running instances

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





























































-http-namespace | $IDP_HTTP_NAMESPACE
: Set the base namespace for service discovery. Default: `"com.owncloud.web"`.


-name | $IDP_NAME
: Service name. Default: `"idp"`.

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: "2021-10-11T08:37:11+0000"
date: "2021-10-11T11:09:00+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down
Loading

0 comments on commit 829ee8f

Please sign in to comment.