mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
removed
This commit is contained in:
24
webtop/config.json
Normal file
24
webtop/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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 test",
|
||||
"stage": "experimental",
|
||||
"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]"
|
||||
}
|
||||
Reference in New Issue
Block a user