mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|