Skip to content

Commit

Permalink
commit f322516
Browse files Browse the repository at this point in the history
Merge: 1af7518 900f8db
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Wed Jul 21 12:59:11 2021 +0200

    Merge pull request #2277 from owncloud/spaces-api

    graph refactorings
  • Loading branch information
butonic committed Jul 21, 2021
1 parent a1a2a05 commit bae1ac6
Show file tree
Hide file tree
Showing 15 changed files with 980 additions and 1,034 deletions.
336 changes: 168 additions & 168 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-07-19T12:39:25+0000"
date: "2021-07-21T11:01:57+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,54 +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.

### 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 @@ -286,4 +238,52 @@ 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"`.




































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-07-19T12:39:25+0000"
date: "2021-07-21T11:01:57+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"`.


















Loading

0 comments on commit bae1ac6

Please sign in to comment.