This commit is contained in:
root
2024-09-25 13:57:35 +02:00
commit 9042ef24bc
73 changed files with 2229 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
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.