mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 19:01:02 +01:00
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"boot": "auto",
|
|
"description": "Firefox browser accessible from webUI",
|
|
"environment": {
|
|
"PUID": "1000",
|
|
"PGID": "1000",
|
|
"shm_size": "1gb"
|
|
},
|
|
"name": "Firefox",
|
|
"ports": {
|
|
"3000/tcp": 3000
|
|
},
|
|
"ports_description": {
|
|
"3000/tcp": "web interface"
|
|
},
|
|
"slug": "firefox",
|
|
"upstream": "78.15.0",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "78.15.0",
|
|
"webui": "http://[HOST]:[PORT:3000]"
|
|
}
|