Files
hassio-addons/flaresolverr/config.json
2022-03-22 01:56:14 +01:00

25 lines
502 B
JSON

{
"apparmor": true,
"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.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.2.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
}