diff --git a/mealie_api/config.json b/mealie_api/config.json new file mode 100644 index 000000000..35022e8ff --- /dev/null +++ b/mealie_api/config.json @@ -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]" +}