mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 22:01:48 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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]"
|
||||||
Reference in New Issue
Block a user