mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 17:38:17 +01:00
Create config.json
This commit is contained in:
45
mealie_api/config.json
Normal file
45
mealie_api/config.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Test, do not use",
|
||||
"environment": {
|
||||
"APP_PORT": "9925",
|
||||
"DB_ENGINE": "sqlite"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/mealie_api-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Do not use (Mealie API)",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": false
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"ports": {
|
||||
"9925/tcp": 9925
|
||||
},
|
||||
"ports_description": {
|
||||
"9925/tcp": "API port"
|
||||
},
|
||||
"schema": {
|
||||
"BASE_URL": "str?",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"slug": "mealie_api",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "DO_NOT_USE",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
Reference in New Issue
Block a user