github cncjs/cncjs v1.8.0

latest releases: v1.10.3, v1.10.2, v1.10.1...
7 years ago

This release adds multi-account management support to enable secure web access and web socket connections. The web interface will automatically redirect user to the Sign In page when at least one user account has been enabled in Settings > Account.

Note. If you forgot your password, you can find user account settings in the ~/.cncrc file and disable account management by setting all users to the disabled state. For example:

"users": [
  {
    "id": "......",
    "enabled": false, // false to disable
    "name": "admin",
    "password": "......"
   }
 ],

Sign in page

image

Settings > Account

image

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.