An easy to read Nagios dashboard.
There is a docker compose file in the docker directory. Add env variables there or add them to a .env
file.
Rename example.env.local to .env.local
, change the values, and then run yarn build && yarn start
Next.js automatically ingests .env and .env.local files. Rename example.env.local, change the values, and then run yarn dev
.