Skip to content

Commit

Permalink
commit 5f0cf07
Browse files Browse the repository at this point in the history
Merge: 4514ebb 0241b85
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Fri Oct 8 10:51:36 2021 +0200

    Merge pull request #2478 from owncloud/onlyoffice_wopi_deployment_example

    add OnlyOffice and CodiMD to wopi deployment example
  • Loading branch information
wkloucek committed Oct 8, 2021
1 parent 3ac7334 commit 31e63cd
Show file tree
Hide file tree
Showing 15 changed files with 1,090 additions and 1,073 deletions.
210 changes: 105 additions & 105 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

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-08T08:05:19+0000"
date: "2021-10-08T08:52:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
62 changes: 31 additions & 31 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-08T08:05:19+0000"
date: "2021-10-08T08:52:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -73,36 +73,6 @@ Usage: `graph-explorer [global options] command [command options] [arguments...]

## Sub Commands

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`





-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9136"`.


















### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -181,3 +151,33 @@ Usage: `graph-explorer server [command options] [arguments...]`
-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`





-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9136"`.


















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-08T08:05:19+0000"
date: "2021-10-08T08:52:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
142 changes: 71 additions & 71 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-08T08:05:19+0000"
date: "2021-10-08T08:52:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -34,76 +34,6 @@ 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.

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

Expand Down Expand Up @@ -485,4 +415,74 @@ 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"`.


























































Loading

0 comments on commit 31e63cd

Please sign in to comment.