Skip to content

Commit

Permalink
commit d6975c4
Browse files Browse the repository at this point in the history
Merge: a378595 8659272
Author: Willy Kloucek <[email protected]>
Date:   Wed Oct 20 17:07:44 2021 +0200

    Merge pull request #2584 from owncloud/lower_tus_size

    lower TUS max chunk size from infinite to 0.1 GB
  • Loading branch information
wkloucek committed Oct 20, 2021
1 parent 9bf8ae7 commit e318908
Show file tree
Hide file tree
Showing 14 changed files with 944 additions and 944 deletions.
216 changes: 108 additions & 108 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-20T14:00:48+0000"
date: "2021-10-20T15:12:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,6 +34,54 @@ If multiple variables are listed for one option, they are in order of precedence
### Command-line flags

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.

### glauth health

Check health status

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





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




































### glauth ocis-glauth

Expand Down Expand Up @@ -238,52 +286,4 @@ Usage: `glauth server [command options] [arguments...]`

-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### glauth health

Check health status

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





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




































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-20T14:00:48+0000"
date: "2021-10-20T15:12:08+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-20T14:00:49+0000"
date: "2021-10-20T15:12:08+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-20T14:00:49+0000"
date: "2021-10-20T15:12:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -35,79 +35,6 @@ 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 @@ -486,3 +413,76 @@ 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-20T14:00:49+0000"
date: "2021-10-20T15:12:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/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-10-20T14:00:49+0000"
date: "2021-10-20T15:12:08+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
Loading

0 comments on commit e318908

Please sign in to comment.