Simple website that serves files.
Written in Rust
https://spoodythe.one
All checks were successful
Restart Website Service / restart_service (push) Successful in 1m4s
|
||
---|---|---|
.forgejo/workflows | ||
public | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
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