Files
hassio-addons/firefox/config.json
Alexandre 0974f36055 firefox
2021-12-04 16:31:35 +01:00

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]"
}