Skip to content

Commit

Permalink
commit 0f2cb27
Browse files Browse the repository at this point in the history
Merge: 95a9405 f36cf67
Author: Phil Davis <[email protected]>
Date:   Tue Jun 29 10:48:22 2021 +0545

    Merge pull request #2211 from owncloud/update-expected-failures-after-#38876

    [full-ci] [tests-only] Update expected failures after core #38876
  • Loading branch information
phil-davis committed Jun 29, 2021
1 parent 439d813 commit e6938cb
Show file tree
Hide file tree
Showing 15 changed files with 899 additions and 899 deletions.
208 changes: 104 additions & 104 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-28T13:51:06+0000"
date: "2021-06-29T05:04:17+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,51 +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: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9129")`.

































### glauth ocis-glauth

Expand Down Expand Up @@ -268,4 +223,49 @@ Usage: `glauth server [command options] [arguments...]`

-fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `flags.OverrideDefaultBool(cfg.Fallback.UseGraphAPI, true)`.

### glauth health

Check health status

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





-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9129")`.

































60 changes: 30 additions & 30 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-28T13:51:06+0000"
date: "2021-06-29T05:04:17+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -72,6 +72,35 @@ 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: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9136")`.

















### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -146,32 +175,3 @@ Usage: `graph-explorer server [command options] [arguments...]`
-graph-url | $GRAPH_EXPLORER_GRAPH_URL
: Set the url to the graph api service. Default: `flags.OverrideDefaultString(cfg.GraphExplorer.GraphURL, "https://localhost:9200/graph")`.

### graph-explorer health

Check health status

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





-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9136")`.

















Loading

0 comments on commit e6938cb

Please sign in to comment.