Simple website that serves files. Written in Rust https://spoodythe.one
Find a file
Snorre 995c87f0e5
All checks were successful
Restart Website Service / restart_service (push) Successful in 1s
dfsjgdsf
2025-04-01 14:25:20 +02:00
.forgejo/workflows dfsjgdsf 2025-04-01 14:25:20 +02:00
public posts are now actually sorted 2025-03-28 11:46:23 +01:00
src posts are now actually sorted 2025-03-28 11:46:23 +01: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 formatted 2025-02-06 15:42:41 +01: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