From ec157617b918f911803d212d5f696f8709649304 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:07:33 +0100 Subject: [PATCH] Update config.yaml --- grampsweb/config.yaml | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index ca5a279a0..7be846dca 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -69,38 +69,18 @@ environment: { } image: ghcr.io/alexbelgium/grampsweb-{arch} init: false -options: { - "database": "sqlite" -} map: - type: addon_config read_only: false name: Grampsweb ports: - 80/tcp: 5000 + 5000/tcp: 5000 ports_description: - 80/tcp: webui -schema: { - "database": "list(sqlite|MariaDB_addon|Mysql_external)", - "APP_KEY": "str?", - "DB_DATABASE": "str?", - "DB_HOST": "str?", - "DB_PASSWORD": "str?", - "DB_PORT": "int?", - "DB_USERNAME": "str?", - "MAIL_MAILER": "str?", - "MAIL_HOST": "str?", - "MAIL_PORT": "str?", - "MAIL_USERNAME": "str?", - "MAIL_PASSWORD": "str?", - "MAIL_ENCRYPTION": "str?", - "MAIL_FROM_ADDRESS": "str?", - "MAIL_FROM_NAME": "str?" -} + 5000/tcp: webui services: - mysql:want slug: grampsweb tmpfs: true url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb -version: "0.1" -webui: "[PROTO:ssl]://[HOST]:[PORT:80]" +version: "0.2" +webui: "[PROTO:ssl]://[HOST]:[PORT:5000]"