Hosting your own password manager using open source software // Tim Stallard
You can specify this config file argument in the URL, by going to /keeweb/?config=/config.json. However, this is a pain to use - you can easily add a redirect in from the root (using RedirectMatch to ensure it only matches the root).
``` RedirectMatch 301 ^/$ /keeweb/?config=/config.json ```
Laut https://github.com/keeweb/keeweb/wiki/Configuration#json-app-config kann die Config auch in der index.html verankert werden (dann aber nicht "Update Safe").