mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Create config.json
This commit is contained in:
27
browserless_chrome/config.json
Normal file
27
browserless_chrome/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Chrome as a service container",
|
||||
"environment": {
|
||||
"DEFAULT_USER_DATA_DIR": "/data/profile"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/browserless_chrome-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"name": "Browserless Chrome",
|
||||
"ports": {
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"ports_description": {
|
||||
"3000/tcp": "Main port"
|
||||
},
|
||||
"slug": "browserless_chrome",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/browserless_chrome",
|
||||
"version": "19.2.2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:6767]"
|
||||
}
|
||||
Reference in New Issue
Block a user