mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Sorted json
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"environment": {
|
||||
"APP_PORT": "9925",
|
||||
@@ -8,7 +13,10 @@
|
||||
},
|
||||
"ingress": false,
|
||||
"ingress_port": 8099,
|
||||
"map": ["share:rw", "ssl:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -31,7 +39,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.5.6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.5.6",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user