From e9805e4526a65a335ae3b18ee179476f27b0ae80 Mon Sep 17 00:00:00 2001 From: adrianvictor Date: Sun, 17 Nov 2024 01:57:47 +0100 Subject: [PATCH 1/6] Added readme.md --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..78d60a4 --- /dev/null +++ b/README.MD @@ -0,0 +1,11 @@ +# 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. + +## 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. \ No newline at end of file From 4baefd6662fa812174add9bd55a05508ad56138f Mon Sep 17 00:00:00 2001 From: adrianvictor Date: Sun, 17 Nov 2024 02:00:55 +0100 Subject: [PATCH 2/6] Added screenshot to readme.md --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 78d60a4..8918c44 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,6 @@ # 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. +![Zephyru's default page](https://git.disroot.org/adrianvictor/zephyrus/wiki) ## Main features - HTTPS support. From 75e2e9faa964119aafa51d939d761a9a8c3aeda8 Mon Sep 17 00:00:00 2001 From: adrianvictor Date: Sun, 17 Nov 2024 02:02:24 +0100 Subject: [PATCH 3/6] Update README.MD --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 8918c44..7c72c3c 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,6 @@ # 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. + ![Zephyru's default page](https://git.disroot.org/adrianvictor/zephyrus/wiki) ## Main features From 71521ca67f2c1d845456f3841ab3f27b85fa092e Mon Sep 17 00:00:00 2001 From: adrianvictor Date: Sun, 17 Nov 2024 02:03:02 +0100 Subject: [PATCH 4/6] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7c72c3c..d78b2df 100644 --- a/README.MD +++ b/README.MD @@ -1,7 +1,7 @@ # 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. -![Zephyru's default page](https://git.disroot.org/adrianvictor/zephyrus/wiki) +![Zephyru's default page](https://i.postimg.cc/KjxgGBHM/zephyrus.png) ## Main features - HTTPS support. From 202e591f352029366fb49a1c92ca0d286f1f4868 Mon Sep 17 00:00:00 2001 From: adrianvictor Date: Sun, 17 Nov 2024 02:07:41 +0100 Subject: [PATCH 5/6] Update README.MD --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index d78b2df..c265e0f 100644 --- a/README.MD +++ b/README.MD @@ -3,6 +3,8 @@ Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look ![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 - HTTPS support. - Directory listing with custom CSS (with a trick you should also be able to use custom JS). @@ -10,4 +12,4 @@ Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look - 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. \ No newline at end of file +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). \ No newline at end of file From 2a9e8ad7ba1fc26c693c382ee0c1c73f9e269392 Mon Sep 17 00:00:00 2001 From: Tenkuma <85490958+adrianvic@users.noreply.github.com> Date: Wed, 10 Dec 2025 01:52:57 -0300 Subject: [PATCH 6/6] Update README.MD --- README.MD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.MD b/README.MD index c265e0f..63c4e9f 100644 --- a/README.MD +++ b/README.MD @@ -1,10 +1,6 @@ # 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. -![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 - HTTPS support. - 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. ## 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). \ No newline at end of file +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.