mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 00:25:55 +02:00
First Version
This commit is contained in:
45
mealie_frontend/config.json
Normal file
45
mealie_frontend/config.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A Self Hosted Recipe Manager (frontend)",
|
||||
"environment": {
|
||||
"DB_ENGINE": "sqlite",
|
||||
"WEB_GUNICORN": "true"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/mealie_frontend-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Do not use (Mealie frontend)",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PUID": 1000,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": false
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"ports": {
|
||||
"9000/tcp": 9000
|
||||
},
|
||||
"ports_description": {
|
||||
"9000/tcp": "frontend port"
|
||||
},
|
||||
"schema": {
|
||||
"BASE_URL": "str?",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"slug": "mealie_frontend",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "v1.0.0-beta-1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]"
|
||||
}
|
||||
Reference in New Issue
Block a user