iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 199 forks source link

Add Service Button is not showing up #109

Closed mani-ae closed 5 years ago

mani-ae commented 6 years ago

I see in /config/web.js has no_auth: process.env.WATCHMEN_WEB_NO_AUTH === 'true',

but still i dont see the Add Service button on the dashboard, thoughts?

Onfire7 commented 6 years ago

It sounds like the environment variable WATCHMEN_WEB_NO_AUTH is not getting passed to watchmen when it starts, so when that line checks it, it isn't true.

Make sure you are exporting WATCHMEN_WEB_NO_AUTH='true' through the config folder or if you are using docker, by the docker-compose.env file, as detailed in the readme.