mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 23:10:32 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 2.33.0 (12-07-2025)
|
## 2.33.0 (12-07-2025)
|
||||||
|
|
||||||
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)
|
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)
|
||||||
|
|
||||||
## 2.32.1 (28-06-2025)
|
## 2.32.1 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)
|
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Chromium as a service container",
|
"description": "Chromium as a service container",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -73,9 +70,7 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/browserless_chrome-{arch}",
|
"image": "ghcr.io/alexbelgium/browserless_chrome-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["addon_config:rw"],
|
||||||
"addon_config:rw"
|
|
||||||
],
|
|
||||||
"name": "Browserless Chromium",
|
"name": "Browserless Chromium",
|
||||||
"options": {
|
"options": {
|
||||||
"TIMEOUT": "60000"
|
"TIMEOUT": "60000"
|
||||||
|
|||||||
Reference in New Issue
Block a user