Skip to content

Commit 5828b74

Browse files
committed
commit c53b5bf
Merge: b0f0d6a b2d53b9 Author: Jörn Friedrich Dreyer <[email protected]> Date: Wed Sep 15 13:53:41 2021 +0200 Merge pull request #2508 from owncloud/proxy-policy-claim-precedence allow overriding the cookie based route by claim
1 parent a36a476 commit 5828b74

File tree

14 files changed

+815
-815
lines changed

14 files changed

+815
-815
lines changed

extensions/accounts/configuration.md

+165-165
Large diffs are not rendered by default.

extensions/glauth/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/glauth/templates

extensions/graph-explorer/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/graph-explorer/templates

extensions/graph/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/graph/templates

extensions/idp/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/idp/templates

extensions/ocs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/ocs/templates

extensions/proxy/configuration.md

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/proxy/templates
@@ -34,56 +34,6 @@ If multiple variables are listed for one option, they are in order of precedence
3434
### Commandline flags
3535

3636
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.
37-
38-
### proxy health
39-
40-
Check health status
41-
42-
Usage: `proxy health [command options] [arguments...]`
43-
44-
45-
46-
47-
48-
49-
-debug-addr | $PROXY_DEBUG_ADDR
50-
: Address to debug endpoint. Default: `"0.0.0.0:9109"`.
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
8737

8838
### proxy ocis-proxy
8939

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

358308
-service-name | $PROXY_SERVICE_NAME
359309
: Service name. Default: `"proxy"`.
310+
311+
### proxy health
312+
313+
Check health status
314+
315+
Usage: `proxy health [command options] [arguments...]`
316+
317+
318+
319+
320+
321+
322+
-debug-addr | $PROXY_DEBUG_ADDR
323+
: Address to debug endpoint. Default: `"0.0.0.0:9109"`.
324+
325+
326+
327+
328+
329+
330+
331+
332+
333+
334+
335+
336+
337+
338+
339+
340+
341+
342+
343+
344+
345+
346+
347+
348+
349+
350+
351+
352+
353+
354+
355+
356+
357+
358+
359+
360360

extensions/settings/configuration.md

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuration"
3-
date: "2021-09-15T11:54:21+0000"
3+
date: "2021-09-15T11:54:47+0000"
44
weight: 20
55
geekdocRepo: https://github.com/owncloud/ocis
66
geekdocEditPath: edit/master/settings/templates
@@ -34,6 +34,42 @@ If multiple variables are listed for one option, they are in order of precedence
3434
### Commandline flags
3535

3636
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.
37+
38+
### settings health
39+
40+
Check health status
41+
42+
Usage: `settings health [command options] [arguments...]`
43+
44+
45+
46+
47+
48+
-debug-addr | $SETTINGS_DEBUG_ADDR
49+
: Address to debug endpoint. Default: `"0.0.0.0:9194"`.
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
3773

3874
### settings ocis-settings
3975

@@ -211,40 +247,4 @@ Usage: `settings version [command options] [arguments...]`
211247

212248
-name | $SETTINGS_NAME
213249
: service name. Default: `"settings"`.
214-
215-
### settings health
216-
217-
Check health status
218-
219-
Usage: `settings health [command options] [arguments...]`
220-
221-
222-
223-
224-
225-
-debug-addr | $SETTINGS_DEBUG_ADDR
226-
: Address to debug endpoint. Default: `"0.0.0.0:9194"`.
227-
228-
229-
230-
231-
232-
233-
234-
235-
236-
237-
238-
239-
240-
241-
242-
243-
244-
245-
246-
247-
248-
249-
250250

0 commit comments

Comments
 (0)