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

275 B · 21 lines · INI Raw History
 1root = true
 2
 3[*]
 4charset = utf-8
 5indent_style = space
 6indent_size = 2
 7end_of_line = lf
 8insert_final_newline = true
 9trim_trailing_whitespace = true
10
11[*.py]
12indent_size = 4
13
14[*.md]
15trim_trailing_whitespace = false
16indent_size = 4
17
18[Makefile]
19indent_style = tab
20indent_size = 4