node-export-server icon indicating copy to clipboard operation
node-export-server copied to clipboard

feat: server could have a basic Auth

Open masseuro opened this issue 3 months ago • 0 comments

With this feature, it is now possible to protect your server with Basic Auth (login+password). Addition of three environment variables:

  • SERVER_BASIC_AUTH_ENABLE
  • SERVER_BASIC_AUTH_LOGIN
  • SERVER_BASIC_AUTH_PASSWORD

masseuro avatar Sep 18 '25 08:09 masseuro