repos
/ status-rust master

status-rust

mirror archived upstream

Single-binary self-hosted uptime monitoring and status pages on Rust axum: HTTP probes, Lighthouse audits, SEO crawler, and PDF reports.

axumdockerrustself-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