PaytmLabs / nerve

NERVE Continuous Vulnerability Scanner
MIT License
456 stars 116 forks source link

Doesn't Accept Environment Username on Docker Install #20

Open ka1nsha opened 2 years ago

ka1nsha commented 2 years ago

Hello,

If you apply like username='username' environment key as showing on setup page you couldn't access nerve UI. You should set username env like username=blabla password="".

Fyi.

malambert35 commented 2 years ago

Could you please give the full command? I tried every combination (with the quote, without) and I'm unable to login...

ka1nsha commented 2 years ago

for example: username=malambert35

docker run -e username=malambert35 -e password="PASSWORD" -d -p 80:8080 nerve
malambert35 commented 2 years ago

Hey,

Thanks for the answer but it doesn't work... still unable to login...