Files
D. Berge 4c612ffe0a Take etc/www/config.json out of revision control.
This file contains site-specific configuration. Instead, an
example.config.json is now provided.
2023-11-03 21:30:22 +01:00
..
2020-08-08 23:59:13 +02:00

 
The system requires a secret in config.json to sign the JWT tokens and will refuse to run with an empty value.

One way to generate an acceptable secret is:

dd if=/dev/urandom bs=64 count=1 status=none |base64 -w0 |sed -r 's/(==)?$/\n/'