mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 10:00:10 -05:00
c53a922096
Co-Authored-By: Christian Richter <crichter@owncloud.com> Co-Authored-By: Willy Kloucek <wkloucek@owncloud.com>
1.2 KiB
1.2 KiB
Environment Variables
| Name | Type | Default Value | Description |
|---|---|---|---|
| PROXY_DEBUG_ADDR | string | 127.0.0.1:9205 | |
| PROXY_DEBUG_TOKEN | string | ||
| PROXY_DEBUG_PPROF | bool | false | |
| PROXY_DEBUG_ZPAGES | bool | false | |
| PROXY_HTTP_ADDR | string | 0.0.0.0:9200 | |
| PROXY_HTTP_ROOT | string | / | |
| PROXY_TRANSPORT_TLS_CERT | string | ~/.ocis/proxy/server.crt | |
| PROXY_TRANSPORT_TLS_KEY | string | ~/.ocis/proxy/server.key | |
| PROXY_TLS | bool | true | |
| REVA_GATEWAY | string | 127.0.0.1:9142 | |
| OCIS_URL;PROXY_OIDC_ISSUER | string | https://localhost:9200 | |
| OCIS_INSECURE;PROXY_OIDC_INSECURE | bool | true | |
| PROXY_OIDC_USERINFO_CACHE_SIZE | int | 1024 | |
| PROXY_OIDC_USERINFO_CACHE_TTL | int | 10 | |
| OCIS_JWT_SECRET;PROXY_JWT_SECRET | string | Pive-Fumkiu4 | |
| PROXY_ENABLE_PRESIGNEDURLS | bool | true | |
| PROXY_ACCOUNT_BACKEND_TYPE | string | accounts | |
| PROXY_USER_OIDC_CLAIM | string | ||
| PROXY_USER_CS3_CLAIM | string | ||
| OCIS_MACHINE_AUTH_API_KEY;PROXY_MACHINE_AUTH_API_KEY | string | change-me-please | |
| PROXY_AUTOPROVISION_ACCOUNTS | bool | false | |
| PROXY_ENABLE_BASIC_AUTH | bool | false | |
| PROXY_INSECURE_BACKENDS | bool | false |