mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
138 lines
3.1 KiB
JSON
138 lines
3.1 KiB
JSON
{
|
|
"HTTP": {
|
|
"Namespace": "com.owncloud"
|
|
},
|
|
"oidc": {
|
|
"issuer": "https://localhost:9200",
|
|
"insecure": true
|
|
},
|
|
"policy_selector": {
|
|
"migration": {
|
|
"acc_found_policy" : "ocis",
|
|
"acc_not_found_policy": "oc10",
|
|
"unauthenticated_policy": "oc10"
|
|
}
|
|
},
|
|
"policies": [
|
|
{
|
|
"name": "ocis",
|
|
"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"
|
|
},
|
|
{
|
|
"endpoint": "/status.php",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/index.php/",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/data",
|
|
"backend": "http://localhost:9140"
|
|
},
|
|
{
|
|
"endpoint": "/api/v0/accounts",
|
|
"backend": "http://localhost:9181"
|
|
},
|
|
{
|
|
"endpoint": "/accounts.js",
|
|
"backend": "http://localhost:9181"
|
|
},
|
|
{
|
|
"endpoint": "/api/v0/settings",
|
|
"backend": "http://localhost:9190"
|
|
},
|
|
{
|
|
"endpoint": "/settings.js",
|
|
"backend": "http://localhost:9190"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"endpoint": "/status.php",
|
|
"backend": "https://demo.owncloud.com"
|
|
},
|
|
{
|
|
"endpoint": "/index.php/",
|
|
"backend": "https://demo.owncloud.com"
|
|
},
|
|
{
|
|
"endpoint": "/data",
|
|
"backend": "https://demo.owncloud.com",
|
|
"apache-vhost": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|