Update README.MD

This commit is contained in:
Tenkuma 2025-12-10 01:52:57 -03:00 committed by GitHub
commit 2a9e8ad7ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,6 @@
# Zephyrus # Zephyrus
Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look on our [wiki](https://git.disroot.org/adrianvictor/zephyrus/wiki) for setup instructions. Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look on our [wiki](https://git.disroot.org/adrianvictor/zephyrus/wiki) for setup instructions.
![Zephyru's default page](https://i.postimg.cc/KjxgGBHM/zephyrus.png)
(Yes, the default page is a carbon copy of [my website](https://adrianvictor.rf.gd))
## Main features ## Main features
- HTTPS support. - HTTPS support.
- Directory listing with custom CSS (with a trick you should also be able to use custom JS). - Directory listing with custom CSS (with a trick you should also be able to use custom JS).
@ -12,4 +8,4 @@ Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look
- Automatic MIME type detection. - Automatic MIME type detection.
## Disclaimer ## 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 (Yes, you may see some screenshot of me running it as root, but it's running behind my firewall for test purposes because I'm lazy enough to not allow it to use ports below the normally allowed). This project was made just to test my skills, there is no need to use it instead of a well-known more robust server software.