Skip to content

Commit

Permalink
commit 0ed7cca
Browse files Browse the repository at this point in the history
Merge: 509db09 89ae207
Author: Michael Barz <mbarz@owncloud.com>
Date:   Fri Oct 22 08:56:45 2021 +0200

    Merge pull request #2637 from ishank011/ocs-additional-info

    Add sharees additional info paramater config to ocs
  • Loading branch information
micbar committed Oct 22, 2021
1 parent 520a756 commit a69adff
Show file tree
Hide file tree
Showing 14 changed files with 984 additions and 965 deletions.
342 changes: 171 additions & 171 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-21T16:07:46+0000"
date: "2021-10-22T06:58:27+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
64 changes: 32 additions & 32 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-21T16:07:47+0000"
date: "2021-10-22T06:58:27+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -74,37 +74,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: `"127.0.0.1:9136"`.



















### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -187,3 +156,34 @@ 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: `"127.0.0.1:9136"`.



















68 changes: 34 additions & 34 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-21T16:07:47+0000"
date: "2021-10-22T06:58:28+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,6 +35,39 @@ 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.

### graph health

Check health status

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






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"127.0.0.1:9124"`.




















### graph ocis-graph

Serve Graph API for oCIS
Expand Down Expand Up @@ -164,36 +197,3 @@ Usage: `graph server [command options] [arguments...]`
-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### graph health

Check health status

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






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"127.0.0.1:9124"`.




















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-10-21T16:07:47+0000"
date: "2021-10-22T06:58:28+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
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-21T16:07:47+0000"
date: "2021-10-22T06:58:28+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down
Loading

0 comments on commit a69adff

Please sign in to comment.