📦 chore(setup.sh): add setup script to install pre-commit and configure it 📄 docs(README.md): update repository name and add description of custom Home Assistant addons 📄 docs(kresus/DOCS.md): add documentation for Kresus addon 🐳 feat(kresus): add Dockerfile and build.yaml for Kresus addon 🔧 chore(kresus): add configuration files for Kresus addon 🔧 chore(kresus): add apparmor profile for Kresus addon 🔧 chore(kresus): add changelog and docs for Kresus addon 🔧 chore(kresus): add icon and logo for Kresus addon 🔧 chore(kresus): add license file for Kresus addon 🔧 chore(kresus): add README and requirements file for Kresus addon 🔧 chore(kresus): add service scripts for Kresus addon 🔧 chore(kresus): add translations for Kresus addon 🔧 chore(repository.yaml): add repository information for MrRaph_'s custom Home Assistant addons
28 lines
720 B
YAML
28 lines
720 B
YAML
configuration:
|
|
postgres_hostname:
|
|
name: "DB hostname"
|
|
description: >-
|
|
Hostname of the PostgreSQL database.
|
|
postgres_port:
|
|
name: "DB port"
|
|
description: >-
|
|
Port of the PostgreSQL database.
|
|
postgres_user:
|
|
name: "DB user"
|
|
description: >-
|
|
User to connect to the database.
|
|
postgres_password:
|
|
name: "DB password"
|
|
description: >-
|
|
Password of the database user.
|
|
postgres_database:
|
|
name: "DB database"
|
|
description: >-
|
|
Name of the kresus database.
|
|
http_basicauth:
|
|
name: "Authentication"
|
|
description: >-
|
|
Logins for HTTP basic auth authentication ("login:passwd" format, optional).
|
|
network:
|
|
9876/tcp: Port to access kresus web server.
|