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,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Gitea for Home Assistant",
|
||||
"devices": [
|
||||
@@ -70,11 +67,7 @@
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/gitea-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "share:rw", "ssl:rw"],
|
||||
"name": "Gitea",
|
||||
"options": {
|
||||
"APP_NAME": "Gitea for Homeassistant",
|
||||
|
||||
Reference in New Issue
Block a user