No description
5428dcee3c
- /api/current_status renamed to /api/quick - add week_uptime and month_uptime to responses |
||
---|---|---|
docs | ||
elstat | ||
priv/frontend | ||
.gitignore | ||
.gitlab-ci.yml | ||
__init__.py | ||
config.example.py | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
run.py | ||
status.json |
Elstat
Status page software.
Installing
git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt
# edit config.py as you wish
cp config.example.py config.py
# build frontend
cd priv/frontend
# check instructions on README.md
Run
python3.6 run.py