The-Hideout's official status page
When running locally you have two options:
- Completely from scratch
 - With a template
 
This will start the Docker stack locally, with no DB template files. This means that it will be a fresh slate for the status page:
make runNavigate to https://localhost/dashboard 🎉
This will start the Docker statck locally with a DB template so it contains some monitors for you:
- 
First, run the following command to copy your template files into your
datadirectory:cp -r src/status_page/data-template/. src/status_page/data/
 - 
Start your Docker stack
make run
 
Navigate to https://localhost/dashboard 🎉
- Local Username: 
test - Local Password: 
testpw1 
Note: You will notice pre-configured monitors now as well