WebDAV Extension Configuration
Introduction
The Infinite Scale WebDAV extension provides an essential service for collaboration on the web.
Extensions are under development because of the |
Configuration
Environment Variables
The webdav
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
bool |
false |
Enable tracing. |
|
string |
The tracing type. |
|
|
string |
The tracing service endpoint. |
|
|
string |
The tracing collector. |
|
|
string |
The log level. |
|
|
bool |
false |
Enable pretty log output. |
|
bool |
false |
Enable colored log output. |
|
string |
The path to the file if the log should write to file. |
|
|
string |
127.0.0.1:9119 |
|
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
127.0.0.1:9115 |
The HTTP API address. |
|
string |
/ |
The HTTP API root path. |
|
string |
https://127.0.0.1:9200 |
|
|
string |
/users/{{.Id.OpaqueId}} |
CS3 path layout to use when forwarding /webdav requests |
|
string |
127.0.0.1:9142 |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: webdav-config-example.yaml
tracing:
enabled: false
type: ""
endpoint: ""
collector: ""
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9119
token: ""
pprof: false
zpages: false
http:
addr: 127.0.0.1:9115
root: /
cors:
allowed_origins:
- '*'
allowed_methods:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
allowed_headers:
- Authorization
- Origin
- Content-Type
- Accept
- X-Requested-With
allow_credentials: true
ocis_public_url: https://127.0.0.1:9200
webdav_namespace: /users/{{.Id.OpaqueId}}
reva_gateway: 127.0.0.1:9142