Skip to content

Commit

Permalink
commit 4ce67a4
Browse files Browse the repository at this point in the history
Merge: 17c4e9b 14aa851
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Mon Feb 1 12:29:24 2021 +0100

    Merge pull request #1374 from ishank011/upload-capabilities

    Use a default protocol parameter instead of explicitly disabling tus
  • Loading branch information
butonic committed Feb 1, 2021
1 parent eb81d7d commit 177efda
Show file tree
Hide file tree
Showing 13 changed files with 336 additions and 336 deletions.
82 changes: 41 additions & 41 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-01T09:56:28+0000"
date: "2021-02-01T11:30:04+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,23 +35,50 @@ 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 inspect
### accounts list

Show detailed data on an existing account
List existing accounts

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

List existing accounts
Provide accounts and groups for oCIS

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

Make changes to an existing account

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

### accounts add

Create a new account

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

### accounts inspect

Show detailed data on an existing account

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

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand All @@ -65,20 +92,17 @@ 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
### accounts remove

Usage: `accounts ocis-accounts [command options] [arguments...]`
Removes an existing account

-log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.
Usage: `accounts remove [command options] [arguments...]`

-log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.
-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.
-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts server

Expand Down Expand Up @@ -146,30 +170,6 @@ Usage: `accounts server [command options] [arguments...]`
-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts add

Create a new account

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

Make changes to an existing account

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

### accounts version

Print the versions of the running instances
Expand Down
50 changes: 25 additions & 25 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-01T09:56:32+0000"
date: "2021-02-01T11:30:16+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/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.

### glauth health

Check health status

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

-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9129`.

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

Start integrated server
Expand Down Expand Up @@ -158,3 +134,27 @@ Usage: `glauth server [command options] [arguments...]`
-fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `true`.

### glauth health

Check health status

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

-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9129`.

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

26 changes: 13 additions & 13 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-01T09:56:34+0000"
date: "2021-02-01T11:30:20+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -35,6 +35,18 @@ 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 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 @@ -173,15 +185,3 @@ Usage: `idp server [command options] [arguments...]`
-disable-identifier-webapp | $IDP_DISABLE_IDENTIFIER_WEBAPP
: Disable built-in identifier-webapp to use a frontend hosted elsewhere.. Default: `true`.

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

32 changes: 16 additions & 16 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-02-01T09:56:38+0000"
date: "2021-02-01T11:30:27+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,6 +35,21 @@ 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 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 @@ -107,18 +122,3 @@ 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-01T09:56:47+0000"
date: "2021-02-01T11:30:39+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-01T09:56:38+0000"
date: "2021-02-01T11:30:28+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-01T09:56:39+0000"
date: "2021-02-01T11:30:30+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit 177efda

Please sign in to comment.