Simple website that serves files. Written in Rust https://spoodythe.one
Find a file
Snorre 582f839977
All checks were successful
Restart Website Service / restart_service (push) Successful in 1m4s
fucking webcrawler took down my site
2025-04-04 18:47:37 +02:00
.forgejo/workflows fixed action 2025-04-01 15:35:03 +02:00
public added favicon 2025-04-01 22:42:34 +02:00
src fucking webcrawler took down my site 2025-04-04 18:47:37 +02:00
.gitignore initial commit 2025-02-05 01:15:33 +01:00
Cargo.lock why didnt this get pushed yesterday? :skull_emoji: 2025-02-06 15:28:47 +01:00
Cargo.toml why didnt this get pushed yesterday? :skull_emoji: 2025-02-06 15:28:47 +01:00
flake.lock posts are now actually sorted 2025-03-28 11:46:23 +01:00
flake.nix added automatic built date in corner 2025-04-01 22:10:17 +02:00
README.md added readme 2025-04-01 11:53:21 +02:00

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