33 lines
693 B
YAML
33 lines
693 B
YAML
# Example configuration
|
|
|
|
# Authentification
|
|
auth:
|
|
backend: basic
|
|
basic:
|
|
credentials:
|
|
# Demo user with password "demo"
|
|
demo: $2b$15$LRnG3eIHFlYIguTxZOLH7eHwbQC/vqjnLq6nDFiHSUDKIU.f5/1H6
|
|
|
|
# Example to bypass login, dangerous!
|
|
#backend: bypass
|
|
|
|
# Example of LDAP server login
|
|
#backend: ldap
|
|
#ldap:
|
|
# uri: ldap://127.0.0.1:389
|
|
# userdn: cn=users,dc=example,dc=com
|
|
|
|
# Prometheus monitoring endpoint
|
|
monitoring:
|
|
listenAddress: 127.0.0.1:2112
|
|
|
|
# Customize web server
|
|
web:
|
|
listenAddress: 127.0.0.1:8080
|
|
name: Demo
|
|
hostname: localhost
|
|
favicon: https://www.crans.org/images/favicon.ico
|
|
widgetURL: https://example.com/
|
|
|
|
srt:
|
|
listenAddress: 127.0.0.1:9710 |