Software that allow anyone to create a status page for their services.
Documentation: https://status-system.juliankorgol.com/
GitHub Repository: https://github.com/JulianKorgol/status-system
Just run in the repo/app root folder:
docker compose up -d
Go to backend
folder, then:
- Install
requirements.txt
. You can use this command:
pip install -r requirements.txt
-
Create
.env.local
and enter values fromenv.example
-
Run the app. You can use this command:
uvicorn main:app --env-file .env.local --reload
- TODO: That section will be in the future