mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update config.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Mealie",
|
"name": "Mealie",
|
||||||
"version": "0.5.1",
|
"version": "0.5.1-v2",
|
||||||
"upstream": "0.5.1",
|
"upstream": "0.5.1",
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family",
|
"description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family",
|
||||||
@@ -9,10 +9,10 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9925/tcp": 9925
|
"80/tcp": 9925
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9925/tcp": "Web interface"
|
"80/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user