From d2467c03b493a99820a1790958913761ef8e3a5e Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 24 Jan 2022 14:03:48 +0100 Subject: [PATCH] format proxy config --- .../config/proxy.json | 204 +++++++++--------- 1 file changed, 102 insertions(+), 102 deletions(-) diff --git a/deployments/examples/ocis_individual_services/config/proxy.json b/deployments/examples/ocis_individual_services/config/proxy.json index 5775c4dca..3874ceff1 100644 --- a/deployments/examples/ocis_individual_services/config/proxy.json +++ b/deployments/examples/ocis_individual_services/config/proxy.json @@ -1,103 +1,103 @@ { - "HTTP": { - "Namespace": "com.owncloud" - }, - "policy_selector": { - "static": { - "policy": "ocis" - } - }, - "policies": [ - { - "name": "ocis", - "routes": [ - { - "endpoint": "/", - "backend": "http://web:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://idp:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://idp:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://idp:9130" - }, - { - "type": "regex", - "endpoint": "/ocs/v[12].php/cloud/(users?|groups)", - "backend": "http://ocs:9110" - }, - { - "endpoint": "/ocs/", - "backend": "http://storage-frontend:9140" - }, - { - "type": "query", - "endpoint": "/remote.php/?preview=1", - "backend": "http://webdav:9115" - }, - { - "endpoint": "/remote.php/", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/dav/", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/webdav/", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/status.php", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/index.php/", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/data", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/app/", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/archiver", - "backend": "http://storage-frontend:9140" - }, - { - "endpoint": "/graph/", - "backend": "http://graph:9120" - }, - { - "endpoint": "/graph-explorer/", - "backend": "http://graph-explorer:9135" - }, - { - "endpoint": "/api/v0/accounts", - "backend": "http://accounts:9181" - }, - { - "endpoint": "/accounts.js", - "backend": "http://accounts:9181" - }, - { - "endpoint": "/api/v0/settings", - "backend": "http://settings:9190" - }, - { - "endpoint": "/settings.js", - "backend": "http://settings:9190" - } - ] - } - ] - } \ No newline at end of file + "HTTP": { + "Namespace": "com.owncloud" + }, + "policy_selector": { + "static": { + "policy": "ocis" + } + }, + "policies": [ + { + "name": "ocis", + "routes": [ + { + "endpoint": "/", + "backend": "http://web:9100" + }, + { + "endpoint": "/.well-known/", + "backend": "http://idp:9130" + }, + { + "endpoint": "/konnect/", + "backend": "http://idp:9130" + }, + { + "endpoint": "/signin/", + "backend": "http://idp:9130" + }, + { + "type": "regex", + "endpoint": "/ocs/v[12].php/cloud/(users?|groups)", + "backend": "http://ocs:9110" + }, + { + "endpoint": "/ocs/", + "backend": "http://storage-frontend:9140" + }, + { + "type": "query", + "endpoint": "/remote.php/?preview=1", + "backend": "http://webdav:9115" + }, + { + "endpoint": "/remote.php/", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/dav/", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/webdav/", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/status.php", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/index.php/", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/data", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/app/", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/archiver", + "backend": "http://storage-frontend:9140" + }, + { + "endpoint": "/graph/", + "backend": "http://graph:9120" + }, + { + "endpoint": "/graph-explorer/", + "backend": "http://graph-explorer:9135" + }, + { + "endpoint": "/api/v0/accounts", + "backend": "http://accounts:9181" + }, + { + "endpoint": "/accounts.js", + "backend": "http://accounts:9181" + }, + { + "endpoint": "/api/v0/settings", + "backend": "http://settings:9190" + }, + { + "endpoint": "/settings.js", + "backend": "http://settings:9190" + } + ] + } + ] +} \ No newline at end of file