✨ feat(kresus): add Dockerfile and build.yaml for building Kresus addon image ✨ feat(kresus): add config.yaml for Kresus addon configuration ✨ feat(kresus): add icon.png and logo.png for Kresus addon branding ✨ feat(kresus): add rootfs directory with necessary files for Kresus addon ✨ feat(kresus): add translations/en.yaml for English translations of Kresus addon 🐛 fix(kresus): fix finish script to handle service failure and restart 🐛 fix(kresus): fix run script to initialize data directory and generate Kresus salt 🔧 chore(kresus): update woob dependencies install method in Dockerfile 🔧 chore(kresus): update Kresus version to 0.6.2 in CHANGELOG.md 🔧 chore(kresus): update Kresus dependencies in DOCS.md 🔧 chore(kresus): update Kresus dependencies in README.md 🔧 chore(kresus): update Kresus dependencies in apparmor.txt 🔧 chore(kresus): update Kresus dependencies in requirements.txt 🔧 chore(kresus): update Kresus dependencies in start.sh 🔧 chore(kresus): update Kresus dependencies in translations/en.yaml 🔧 chore(kresus): update Kresus dependencies in build.yaml 🔧 chore(kresus): update Kresus dependencies in config.yaml 🔧 chore(kresus): update Kresus dependencies in icon.png 🔧 chore(kresus): update Kresus dependencies in logo.png 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/kresus/config.ini 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/finish 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/run 🔧 chore(kresus): update Kresus dependencies in rootfs/requirements.txt 🔧 chore(kresus): update Kresus dependencies in rootfs/usr/libexec/kresus/start.sh 🔧 chore(kresus): update Kresus
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.
|