No description
  • TypeScript 100%
Find a file
2024-11-17 01:57:47 +01:00
.gitignore Added port option in config.json 2024-11-16 15:32:56 -03:00
license Initial commit. 2024-11-16 13:55:09 -03:00
package.json Changed version code. 2024-11-16 21:25:19 -03:00
README.MD Added readme.md 2024-11-17 01:57:47 +01:00
tsconfig.json Fixed building proccess and removed distrubution files from repo 2024-11-16 14:29:12 -03:00
zephyrus.ts Sanitized paths 2024-11-16 21:22:51 -03:00

Zephyrus

Zephyrus is a VERY simple HTTP(S) webserver written in TypeScript. Take a look on our wiki for setup instructions.

Main features

  • HTTPS support.
  • Directory listing with custom CSS (with a trick you should also be able to use custom JS).
  • Default page when accessing root.
  • Automatic MIME type detection.

Disclaimer

This is maintained by a computing student (and as the year I'm writing this, I'm in my first year), I have no knowledge to provide something secure, I will work to improve my skills, but there's no guarantee I'll won't let something obvious pass. DO NOT RUN ZEPHYRUS AS ROOT.