Skip to content

the-hideout/status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status 🚦

ci Discord

The-Hideout's official status page

status.tarkov.dev 🔗

Running locally 🔨

When running locally you have two options:

  1. Completely from scratch
  2. With a template

Completely from Scratch 📰

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 run

Navigate to https://localhost/dashboard 🎉

With a Template 📄

This will start the Docker statck locally with a DB template so it contains some monitors for you:

  1. First, run the following command to copy your template files into your data directory:

    cp -r src/status_page/data-template/. src/status_page/data/
  2. 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