Opinionated page server
- Rust 97.1%
- Shell 1.7%
- Dockerfile 1.2%
| .vscode | ||
| bindist@ca1f1d9bcf | ||
| mise | ||
| src | ||
| test | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .rustfmt.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Containerfile | ||
| LICENSE.md | ||
| README.md | ||
Opinionated Page Server
This is a very simple web serve built on Trillium for serving sites of pages
(and other files) with some opinionated out-of-the-box behavior, manifest-based
site content, and (configurable) case-folding (similar to Apache mod_speling,
but only for file case).
It is currently not really documented, that is TBD.
[!WARN] This is an early-stage project. It should be pretty secure, because it only serves up static files from a fixed manifest, but some of the more complex logic (such as handling forwarding and CDN headers) is still being tested.