Skip to content

v0.2.0t adds favicon, navbar, and jwt auth support

Pre-release
Pre-release
Compare
Choose a tag to compare
@karmakaze karmakaze released this 03 Dec 05:31

Adds the following config.json options beyond those already in v0.2.0s:

  • favicon_url
  • top_html
  • jwt_login_url
  • jwt_cookie_name
  • jwt_secret_key

The first two adds a favicon and minimal top navigation bar.

The remaining jwt_* items permit adding authenticated access as a reverse proxy.