mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Openproject for Home Assistant",
|
||||
"environment": {
|
||||
@@ -11,7 +14,10 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||
"init": false,
|
||||
"map": ["addon_config:rw", "share:rw"],
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Openproject",
|
||||
"options": {
|
||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||
|
||||
Reference in New Issue
Block a user