mirror of
https://codeberg.org/gigirassy/teletraan.git
synced 2026-08-30 15:27:38 +00:00
d6e306d47e147e15f77688c27ab5e3c63f36068f
teletraan
a static binary-based rootless dockerized web server that is so small, it is effectively braindead, while remaining featureful for most usecases
inspired by busybox httpd.
in less than 100 loc, it currently supports:
- gzipped files
- serving single page webapps like cinny nginx-style via the
-sflag
it has extremely minimal dependencies, so minimal that you can tack on a crapload of compilation options and use nightly rust without harming binary functionality.
it is compiled with panic=immediate-abort.
license
ISC
Languages
Rust
71.5%
Dockerfile
28.5%