node-export-server
node-export-server copied to clipboard
feat: server could have a basic Auth
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