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