mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 14:30:28 -05:00
87 lines
1.9 KiB
JSON
87 lines
1.9 KiB
JSON
{
|
|
"HTTP": {
|
|
"Addr": "0.0.0.0:9200",
|
|
"Namespace": "com.owncloud"
|
|
},
|
|
"policies": [
|
|
{
|
|
"name": "reva",
|
|
"routes": [
|
|
{
|
|
"endpoint": "/",
|
|
"backend": "http://localhost:9100"
|
|
},
|
|
{
|
|
"endpoint": "/.well-known/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/konnect/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/signin/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/ocs/",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/remote.php/",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/dav/",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/webdav/",
|
|
"backend": "http://localhost:9140"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "oc10",
|
|
"routes": [
|
|
{
|
|
"endpoint": "/",
|
|
"backend": "http://localhost:9100"
|
|
},
|
|
{
|
|
"endpoint": "/.well-known/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/konnect/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/signin/",
|
|
"backend": "http://localhost:9130"
|
|
},
|
|
{
|
|
"endpoint": "/ocs/",
|
|
"backend": "https://demo.owncloud.com",
|
|
"apache-vhost": true
|
|
},
|
|
{
|
|
"endpoint": "/remote.php/",
|
|
"backend": "https://demo.owncloud.com",
|
|
"apache-vhost": true
|
|
},
|
|
{
|
|
"endpoint": "/dav/",
|
|
"backend": "https://demo.owncloud.com",
|
|
"apache-vhost": true
|
|
},
|
|
{
|
|
"endpoint": "/webdav/",
|
|
"backend": "https://demo.owncloud.com",
|
|
"apache-vhost": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|