* modify the template file to highlight optional host that stores WAC files * numerically reorder the tcp ports - fix the 404's on the documentation * add a configuration file - this allows automatic selection of inventory directory * provide better examples on documentation
17 lines
277 B
Django/Jinja
17 lines
277 B
Django/Jinja
ingress_class: "public"
|
|
|
|
mongo_auth:
|
|
username: root
|
|
password: example
|
|
|
|
ingress:
|
|
host: "{{ domain }}"
|
|
cert_email: "dev@webrecorder.net"
|
|
scheme: "https"
|
|
tls: true
|
|
|
|
# optional second-host for signing archives
|
|
signer:
|
|
enabled: true
|
|
host: "second-host.{{ domain }}"
|