mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 14:21:49 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -68,9 +65,7 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"discovery": [
|
"discovery": ["mealie"],
|
||||||
"mealie"
|
|
||||||
],
|
|
||||||
"environment": {
|
"environment": {
|
||||||
"BASE_SUBPATH": "/mealie/",
|
"BASE_SUBPATH": "/mealie/",
|
||||||
"DATA_DIR": "/config",
|
"DATA_DIR": "/config",
|
||||||
@@ -82,12 +77,7 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"map": [
|
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl:rw"],
|
||||||
"addon_config:rw",
|
|
||||||
"homeassistant_config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"ssl:rw"
|
|
||||||
],
|
|
||||||
"name": "Mealie",
|
"name": "Mealie",
|
||||||
"options": {
|
"options": {
|
||||||
"ALLOW_SIGNUP": true,
|
"ALLOW_SIGNUP": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user