Simple website that serves files. Written in Rust https://spoodythe.one
Find a file
Snorre Ettrup Altschul 8c0fa67a22
All checks were successful
Restart Website Service / restart_service (push) Successful in 35s
fixed zip filetype
2025-04-11 22:21:42 +02:00
.forgejo/workflows fixed action 2025-04-01 15:35:03 +02:00
public changed mods.zip 2025-04-11 22:18:25 +02:00
src fixed zip filetype 2025-04-11 22:21:42 +02:00
.gitignore
Cargo.lock
Cargo.toml
flake.lock
flake.nix added automatic built date in corner 2025-04-01 22:10:17 +02:00
README.md

Self-made web server in Rust.

Very bare bones. Just serves the files in public/ as it sees them. Only exception is the route /posts/index which returns a list of posts created using a horrible 100 line inline block :p