repos
/ status-django master

status-django

mirror archived upstream

Self-hostable uptime monitor and status page on Django: HTTP checks, Lighthouse audits, SEO crawls, and email and Discord alerts.

djangodockerhandcodedpythonself-hostedsqlitestatus-pageuptime-monitoringvite

250 B · 10 lines Raw History
1DJANGO_SETTINGS_MODULE=status.settings.production
2DJANGO_SECRET_KEY=ADD_A_SUPER_SECRET_KEY_HERE
3DJANGO_BASE_URL=https://status.example.com
4POSTGRES_USER=status
5POSTGRES_PASSWORD=status
6POSTGRES_DB=status
7POSTGRES_HOST=db
8POSTGRES_PORT=5432
9PORT=8000