fix json formatting

This commit is contained in:
Willy Kloucek
2021-05-04 17:39:59 +02:00
parent 25a5001a91
commit 3f9707274d
4 changed files with 249 additions and 251 deletions
@@ -11,88 +11,88 @@
{ {
"name": "ocis", "name": "ocis",
"routes": [ "routes": [
{ {
"endpoint": "/", "endpoint": "/",
"backend": "http://localhost:9100" "backend": "http://localhost:9100"
}, },
{ {
"endpoint": "/.well-known/", "endpoint": "/.well-known/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/konnect/", "endpoint": "/konnect/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/signin/", "endpoint": "/signin/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"type": "regex", "type": "regex",
"endpoint": "/ocs/v[12].php/cloud/(users?|groups)", "endpoint": "/ocs/v[12].php/cloud/(users?|groups)",
"backend": "http://localhost:9110" "backend": "http://localhost:9110"
}, },
{ {
"endpoint": "/ocs/", "endpoint": "/ocs/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"type": "query", "type": "query",
"endpoint": "/remote.php/?preview=1", "endpoint": "/remote.php/?preview=1",
"backend": "http://localhost:9115" "backend": "http://localhost:9115"
}, },
{ {
"endpoint": "/remote.php/", "endpoint": "/remote.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/dav/", "endpoint": "/dav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/webdav/", "endpoint": "/webdav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/status.php", "endpoint": "/status.php",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/index.php/", "endpoint": "/index.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/data", "endpoint": "/data",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/graph/", "endpoint": "/graph/",
"backend": "http://localhost:9120" "backend": "http://localhost:9120"
}, },
{ {
"endpoint": "/graph-explorer/", "endpoint": "/graph-explorer/",
"backend": "http://localhost:9135" "backend": "http://localhost:9135"
}, },
{ {
"endpoint": "/api/v0/accounts", "endpoint": "/api/v0/accounts",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/accounts.js", "endpoint": "/accounts.js",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/api/v0/settings", "endpoint": "/api/v0/settings",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/settings.js", "endpoint": "/settings.js",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/onlyoffice.js", "endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220" "backend": "http://localhost:9220"
} }
] ]
} }
] ]
@@ -9,9 +9,7 @@
"response_type": "code", "response_type": "code",
"scope": "openid profile email" "scope": "openid profile email"
}, },
"apps": [ "apps": ["files"],
"files"
],
"external_apps": [ "external_apps": [
{ {
"id": "settings", "id": "settings",
@@ -11,96 +11,96 @@
{ {
"name": "ocis", "name": "ocis",
"routes": [ "routes": [
{ {
"endpoint": "/", "endpoint": "/",
"backend": "http://localhost:9100" "backend": "http://localhost:9100"
}, },
{ {
"endpoint": "/.well-known/", "endpoint": "/.well-known/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/konnect/", "endpoint": "/konnect/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/signin/", "endpoint": "/signin/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"type": "regex", "type": "regex",
"endpoint": "/ocs/v[12].php/cloud/(users?|groups)", "endpoint": "/ocs/v[12].php/cloud/(users?|groups)",
"backend": "http://localhost:9110" "backend": "http://localhost:9110"
}, },
{ {
"endpoint": "/ocs/", "endpoint": "/ocs/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"type": "query", "type": "query",
"endpoint": "/remote.php/?preview=1", "endpoint": "/remote.php/?preview=1",
"backend": "http://localhost:9115" "backend": "http://localhost:9115"
}, },
{ {
"endpoint": "/remote.php/", "endpoint": "/remote.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/dav/", "endpoint": "/dav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/webdav/", "endpoint": "/webdav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/status.php", "endpoint": "/status.php",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/index.php/", "endpoint": "/index.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/data", "endpoint": "/data",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/graph/", "endpoint": "/graph/",
"backend": "http://localhost:9120" "backend": "http://localhost:9120"
}, },
{ {
"endpoint": "/graph-explorer/", "endpoint": "/graph-explorer/",
"backend": "http://localhost:9135" "backend": "http://localhost:9135"
}, },
{ {
"endpoint": "/api/v0/accounts", "endpoint": "/api/v0/accounts",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/accounts.js", "endpoint": "/accounts.js",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/api/v0/settings", "endpoint": "/api/v0/settings",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/settings.js", "endpoint": "/settings.js",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/onlyoffice.js", "endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220" "backend": "http://localhost:9220"
}, },
{ {
"endpoint": "/api/v0/wopi", "endpoint": "/api/v0/wopi",
"backend": "http://ocis-wopiserver:9105" "backend": "http://ocis-wopiserver:9105"
}, },
{ {
"endpoint": "/wopi.js", "endpoint": "/wopi.js",
"backend": "http://ocis-wopiserver:9105" "backend": "http://ocis-wopiserver:9105"
} }
] ]
} }
] ]
+80 -80
View File
@@ -11,88 +11,88 @@
{ {
"name": "ocis", "name": "ocis",
"routes": [ "routes": [
{ {
"endpoint": "/", "endpoint": "/",
"backend": "http://localhost:9100" "backend": "http://localhost:9100"
}, },
{ {
"endpoint": "/.well-known/", "endpoint": "/.well-known/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/konnect/", "endpoint": "/konnect/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"endpoint": "/signin/", "endpoint": "/signin/",
"backend": "http://localhost:9130" "backend": "http://localhost:9130"
}, },
{ {
"type": "regex", "type": "regex",
"endpoint": "/ocs/v[12].php/cloud/(users?|groups)", "endpoint": "/ocs/v[12].php/cloud/(users?|groups)",
"backend": "http://localhost:9110" "backend": "http://localhost:9110"
}, },
{ {
"endpoint": "/ocs/", "endpoint": "/ocs/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"type": "query", "type": "query",
"endpoint": "/remote.php/?preview=1", "endpoint": "/remote.php/?preview=1",
"backend": "http://localhost:9115" "backend": "http://localhost:9115"
}, },
{ {
"endpoint": "/remote.php/", "endpoint": "/remote.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/dav/", "endpoint": "/dav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/webdav/", "endpoint": "/webdav/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/status.php", "endpoint": "/status.php",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/index.php/", "endpoint": "/index.php/",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/data", "endpoint": "/data",
"backend": "http://localhost:9140" "backend": "http://localhost:9140"
}, },
{ {
"endpoint": "/graph/", "endpoint": "/graph/",
"backend": "http://localhost:9120" "backend": "http://localhost:9120"
}, },
{ {
"endpoint": "/graph-explorer/", "endpoint": "/graph-explorer/",
"backend": "http://localhost:9135" "backend": "http://localhost:9135"
}, },
{ {
"endpoint": "/api/v0/accounts", "endpoint": "/api/v0/accounts",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/accounts.js", "endpoint": "/accounts.js",
"backend": "http://localhost:9181" "backend": "http://localhost:9181"
}, },
{ {
"endpoint": "/api/v0/settings", "endpoint": "/api/v0/settings",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/settings.js", "endpoint": "/settings.js",
"backend": "http://localhost:9190" "backend": "http://localhost:9190"
}, },
{ {
"endpoint": "/onlyoffice.js", "endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220" "backend": "http://localhost:9220"
} }
] ]
} }
] ]