static web server index
Find a file
2025-12-12 22:56:37 +01:00
assets implement dark mode 2025-11-22 20:16:12 +01:00
src init lockdown after server allocation, correct capsicum impl 2025-12-12 22:56:37 +01:00
.gitignore initial 2025-11-17 07:01:09 +01:00
build.zig implement capsicum backend for lockdown on FreeBSD 2025-12-11 10:06:25 +01:00
build.zig.zon initial 2025-11-17 07:01:09 +01:00
LICENSE add README and LICENSE 2025-11-18 12:19:35 +01:00
README.md add README and LICENSE 2025-11-18 12:19:35 +01:00

zdir

static web server index written in Zig

how to use

The project ships two versions:

  • cgi
    • standalone binary that is intended to be invoked by a web server
  • HTTP server
    • standalone web server

Options:

  • -Droot=<path> choose root path
  • -Dport=<num> select HTTP server port

license

this project is licensed under the MIT License