This commit is contained in:
Alexandre
2024-12-28 13:20:00 +01:00

View File

@@ -69,38 +69,18 @@ environment: {
} }
image: ghcr.io/alexbelgium/grampsweb-{arch} image: ghcr.io/alexbelgium/grampsweb-{arch}
init: false init: false
options: {
"database": "sqlite"
}
map: map:
- type: addon_config - type: addon_config
read_only: false read_only: false
name: Grampsweb name: Grampsweb
ports: ports:
80/tcp: 5000 5000/tcp: 5000
ports_description: ports_description:
80/tcp: webui 5000/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?"
}
services: services:
- mysql:want - mysql:want
slug: grampsweb slug: grampsweb
tmpfs: true tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: "0.2" version: "0.2"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]" webui: "[PROTO:ssl]://[HOST]:[PORT:5000]"