Skip to content

0.5.3

Compare
Choose a tag to compare
@elonen elonen released this 15 Feb 21:20
· 261 commits to master since this release

Changes

  • Add /api/health endpoint for health checks
  • Bugfix: don't spam server log about WS disconnects
  • Support for basic auth logout and custom user menu items.
  • Docker demo with basic auth and 'htadmin'

Client config update

This version requires updating /etc/clapshot_client.conf (keys user_menu_extra_items and
user_menu_show_basic_auth_logout). See diff when dpkg prompts for changes, or manually add these two entries:

    "user_menu_extra_items": [
      { "label": "My Videos", "type": "url", "data": "/" }
  ],
"user_menu_show_basic_auth_logout": false