github Brandawg93/PeaNUT v5.4.0

latest releases: v5.4.2, v5.4.1
3 days ago

New - Authentication

Authentication can be enabled by setting both WEB_USERNAME and WEB_PASSWORD environment variables. When these are set:

  • Web UI access will require login using these credentials
  • API calls will require Basic Authentication

For API calls, you'll need to include an Authorization header with the Base64 encoded credentials in the format username:password. The header should be formatted as: Authorization: Basic <encoded credentials>

What's Changed

Full Changelog: v5.3.0...v5.4.0

Don't miss a new PeaNUT release

NewReleases is sending notifications on new releases.