Skip to content

Commit

Permalink
commit 69a26a8
Browse files Browse the repository at this point in the history
Merge: a2aca08 1aa382c
Author: Willy Kloucek <[email protected]>
Date:   Mon Aug 30 18:25:56 2021 +0200

    Merge pull request #2452 from owncloud/hint_about_service_startup_time

    [docs-only] add hint about service startup time
  • Loading branch information
wkloucek committed Aug 30, 2021
1 parent 1731470 commit 5bdb685
Show file tree
Hide file tree
Showing 19 changed files with 906 additions and 906 deletions.
326 changes: 163 additions & 163 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-08-30T07:27:18+0000"
date: "2021-08-30T16:27:05+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
### Commandline flags

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

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: `"0.0.0.0: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-08-30T07:27:18+0000"
date: "2021-08-30T16:27:05+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-08-30T07:27:19+0000"
date: "2021-08-30T16:27:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-30T07:27:19+0000"
date: "2021-08-30T16:27:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
68 changes: 34 additions & 34 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-30T07:27:19+0000"
date: "2021-08-30T16:27:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -34,39 +34,6 @@ If multiple variables are listed for one option, they are in order of precedence
### Commandline flags

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




























### ocs server

Expand Down Expand Up @@ -240,6 +207,39 @@ Usage: `ocs health [command options] [arguments...]`











### ocs ocis-ocs

Serve OCS API for oCIS

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























Expand Down
102 changes: 51 additions & 51 deletions extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-30T07:27:19+0000"
date: "2021-08-30T16:27:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down Expand Up @@ -34,56 +34,6 @@ If multiple variables are listed for one option, they are in order of precedence
### Commandline flags

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 health

Check health status

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






-debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9109"`.





































### proxy ocis-proxy

Expand Down Expand Up @@ -357,4 +307,54 @@ Usage: `proxy version [command options] [arguments...]`

-service-name | $PROXY_SERVICE_NAME
: Service name. Default: `"proxy"`.

### proxy health

Check health status

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






-debug-addr | $PROXY_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9109"`.





































Loading

0 comments on commit 5bdb685

Please sign in to comment.