crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,24 +1,24 @@
{
"name": "FlareSolverr",
"version": "2.2.1",
"upstream": "2.2.1",
"slug": "flaresolverr",
"description": "Proxy server to bypass Cloudflare protection ",
"url": "https://github.com/alexbelgium/hassio-addons",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]",
"ports": {
"8191/tcp": 8191
},
"apparmor": true,
"ports_description": {
"8191/tcp": "Web interface"
},
"environment": {},
"options": {},
"schema": {},
"arch": [
"aarch64",
"amd64",
"armv7"
]
],
"description": "Proxy server to bypass Cloudflare protection ",
"environment": {},
"name": "FlareSolverr",
"options": {},
"ports": {
"8191/tcp": 8191
},
"ports_description": {
"8191/tcp": "Web interface"
},
"schema": {},
"slug": "flaresolverr",
"upstream": "2.2.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.2.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
}