mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-04 13:08:45 +02:00
align apparmor capabilities
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
{
|
||||
"name": "Mealie",
|
||||
"version": "0.5.2-4",
|
||||
"upstream": "0.5.2",
|
||||
"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",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]",
|
||||
"startup": "services",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
||||
"boot": "auto",
|
||||
"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",
|
||||
"environment": {
|
||||
"DB_ENGINE": "sqlite",
|
||||
"APP_PORT": "9925"
|
||||
},
|
||||
"ingress": false,
|
||||
"ingress_port": 8099,
|
||||
"map": ["share:rw", "ssl:rw"],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"ports": {
|
||||
"9925/tcp": "9925"
|
||||
@@ -17,28 +22,15 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "Web interface"
|
||||
},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"environment": {
|
||||
"DB_ENGINE": "sqlite",
|
||||
"APP_PORT": "9925"
|
||||
},
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
]
|
||||
},
|
||||
"slug": "mealie",
|
||||
"startup": "services",
|
||||
"upstream": "0.5.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.5.2-4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user