Skip to content

Commit

Permalink
commit f63fe92
Browse files Browse the repository at this point in the history
Merge: 984d928 74bb7bc
Author: Benedikt Kulmann <benedikt@kulmann.biz>
Date:   Fri Oct 8 21:31:37 2021 +0200

    Merge pull request #2600 from owncloud/fix_codimd_save_hook

    [deployment examples] fix CodiMD save hook in WOPI example
  • Loading branch information
kulmann committed Oct 8, 2021
1 parent 024e08b commit 6663123
Show file tree
Hide file tree
Showing 14 changed files with 1,005 additions and 1,005 deletions.
344 changes: 172 additions & 172 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-08T14:28:45+0000"
date: "2021-10-08T19:33:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-08T14:28:45+0000"
date: "2021-10-08T19:33:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
64 changes: 32 additions & 32 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-08T14:28:45+0000"
date: "2021-10-08T19:33:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,37 +35,6 @@ 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: `"0.0.0.0:9124"`.


















### graph ocis-graph

Serve Graph API for oCIS
Expand Down Expand Up @@ -185,3 +154,34 @@ 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: `"0.0.0.0: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-08T14:28:45+0000"
date: "2021-10-08T19:33:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
138 changes: 69 additions & 69 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-08T14:28:46+0000"
date: "2021-10-08T19:33:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,193 +35,197 @@ 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.

### ocs health
### ocs server

Check health status
Start integrated server

Usage: `ocs health [command options] [arguments...]`
Usage: `ocs server [command options] [arguments...]`


-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9114"`.

-log-file | $OCS_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-log-level | $OCS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $OCS_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $OCS_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.


-config-file | $OCS_CONFIG_FILE
: Path to config file.


-tracing-enabled | $OCS_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces. Default: `false`.


-tracing-type | $OCS_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $OCS_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $OCS_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


-tracing-service | $OCS_TRACING_SERVICE
: Service name for tracing. Default: `"ocs"`.


-debug-addr | $OCS_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9114"`.


-debug-token | $OCS_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.


-debug-pprof | $OCS_DEBUG_PPROF
: Enable pprof debugging.


-debug-zpages | $OCS_DEBUG_ZPAGES
: Enable zpages debugging.

### ocs ocis-ocs

Serve OCS API for oCIS
-http-addr | $OCS_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9110"`.

Usage: `ocs ocis-ocs [command options] [arguments...]`

-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-name | $OCS_NAME
: Service name. Default: `"ocs"`.


-http-root | $OCS_HTTP_ROOT
: Root path of http server. Default: `"/ocs"`.


-jwt-secret | $OCS_JWT_SECRET , $OCIS_JWT_SECRET
: Used to dismantle the access token, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-account-backend-type | $OCS_ACCOUNT_BACKEND_TYPE
: account-backend-type. Default: `"accounts"`.


-reva-gateway-addr | $REVA_GATEWAY
: Address of REVA gateway endpoint. Default: `"127.0.0.1:9142"`.


-machine-auth-api-key | $OCS_MACHINE_AUTH_API_KEY , $OCIS_MACHINE_AUTH_API_KEY
: the API key to be used for the machine auth driver in reva. Default: `"change-me-please"`.


-idm-address | $OCS_IDM_ADDRESS , $OCIS_URL
: keeps track of the IDM Address. Needed because of Reva requisite of uniqueness for users. Default: `"https://localhost:9200"`.


-users-driver | $OCS_STORAGE_USERS_DRIVER , $STORAGE_USERS_DRIVER
: storage driver for users mount: eg. local, eos, owncloud, ocis or s3. Default: `"ocis"`.


-extensions |
: Run specific extensions during supervised mode.



### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`





### ocs server

Start integrated server

Usage: `ocs server [command options] [arguments...]`



-log-file | $OCS_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-log-level | $OCS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $OCS_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $OCS_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.


-config-file | $OCS_CONFIG_FILE
: Path to config file.


-tracing-enabled | $OCS_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces. Default: `false`.


-tracing-type | $OCS_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $OCS_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $OCS_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


-tracing-service | $OCS_TRACING_SERVICE
: Service name for tracing. Default: `"ocs"`.
-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-debug-addr | $OCS_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9114"`.
-name | $OCS_NAME
: Service name. Default: `"ocs"`.

### ocs health

-debug-token | $OCS_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.
Check health status

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

-debug-pprof | $OCS_DEBUG_PPROF
: Enable pprof debugging.

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9114"`.

-debug-zpages | $OCS_DEBUG_ZPAGES
: Enable zpages debugging.


-http-addr | $OCS_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9110"`.


-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-name | $OCS_NAME
: Service name. Default: `"ocs"`.


-http-root | $OCS_HTTP_ROOT
: Root path of http server. Default: `"/ocs"`.


-jwt-secret | $OCS_JWT_SECRET , $OCIS_JWT_SECRET
: Used to dismantle the access token, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-account-backend-type | $OCS_ACCOUNT_BACKEND_TYPE
: account-backend-type. Default: `"accounts"`.


-reva-gateway-addr | $REVA_GATEWAY
: Address of REVA gateway endpoint. Default: `"127.0.0.1:9142"`.


-machine-auth-api-key | $OCS_MACHINE_AUTH_API_KEY , $OCIS_MACHINE_AUTH_API_KEY
: the API key to be used for the machine auth driver in reva. Default: `"change-me-please"`.


-idm-address | $OCS_IDM_ADDRESS , $OCIS_URL
: keeps track of the IDM Address. Needed because of Reva requisite of uniqueness for users. Default: `"https://localhost:9200"`.


-users-driver | $OCS_STORAGE_USERS_DRIVER , $STORAGE_USERS_DRIVER
: storage driver for users mount: eg. local, eos, owncloud, ocis or s3. Default: `"ocis"`.


-extensions |
: Run specific extensions during supervised mode.



### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`
### ocs ocis-ocs

Serve OCS API for oCIS

Usage: `ocs ocis-ocs [command options] [arguments...]`



Expand All @@ -248,10 +252,6 @@ Usage: `ocs version [command options] [arguments...]`



-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-name | $OCS_NAME
: Service name. Default: `"ocs"`.

Loading

0 comments on commit 6663123

Please sign in to comment.