SVR.JS is a web server proudly made in Poland!
This commit is contained in:
parent
b328da2adb
commit
5dafdff56f
4 changed files with 11 additions and 1 deletions
|
@ -3,6 +3,10 @@ title: GreenRhombus change log
|
||||||
date: 2024-02-16 20:10:14
|
date: 2024-02-16 20:10:14
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## GreenRhombus 1.0.6
|
||||||
|
|
||||||
|
* Fixed FastCGI connections not closing properly, when SVR.JS is running on Bun
|
||||||
|
|
||||||
## GreenRhombus 1.0.5
|
## GreenRhombus 1.0.5
|
||||||
|
|
||||||
* Responses are no longer swapped with each other.
|
* Responses are no longer swapped with each other.
|
||||||
|
|
|
@ -7,7 +7,7 @@ SVR.JS has these official SVR.JS mods:
|
||||||
* [**Berno**](https://downloads.svrjs.org/mods/berno.ssi.1.1.0.tar.gz) - SSI (Server-Side Includes) engine (**not maintained**). ***Latest version: 1.1.0***
|
* [**Berno**](https://downloads.svrjs.org/mods/berno.ssi.1.1.0.tar.gz) - SSI (Server-Side Includes) engine (**not maintained**). ***Latest version: 1.1.0***
|
||||||
* [**easy-waf integration**](https://downloads.svrjs.org/mods/easywaf.integration.1.2.4.tar.gz) - WAF (web application firewall) mod. ***Latest version: 1.2.4***
|
* [**easy-waf integration**](https://downloads.svrjs.org/mods/easywaf.integration.1.2.4.tar.gz) - WAF (web application firewall) mod. ***Latest version: 1.2.4***
|
||||||
* [**forward-proxy-mod**](https://downloads.svrjs.org/mods/forward-proxy-mod.1.0.0.tar.gz) - mod, that enables SVR.JS to do forward proxy functionality. ***Latest version: 1.0.0***
|
* [**forward-proxy-mod**](https://downloads.svrjs.org/mods/forward-proxy-mod.1.0.0.tar.gz) - mod, that enables SVR.JS to do forward proxy functionality. ***Latest version: 1.0.0***
|
||||||
* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.5.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.5***
|
* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.6.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.6***
|
||||||
* [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0***
|
* [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0***
|
||||||
* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1***
|
* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1***
|
||||||
* [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.4.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.4***
|
* [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.4.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.4***
|
||||||
|
|
|
@ -4,4 +4,8 @@
|
||||||
Today, SVR.JS goes <b>#RedInstead</b><br/>
|
Today, SVR.JS goes <b>#RedInstead</b><br/>
|
||||||
<a href="https://autisticadvocacy.org/donate/">Support the Autistic Self Advocacy Network</a>
|
<a href="https://autisticadvocacy.org/donate/">Support the Autistic Self Advocacy Network</a>
|
||||||
</div>
|
</div>
|
||||||
|
<% } else if ((nowDate.getDate() == 2 && nowDate.getMonth() == 4) || (nowDate.getDate() == 3 && nowDate.getMonth() == 4) || (nowDate.getDate() == 11 && nowDate.getMonth() == 10)) { %>
|
||||||
|
<div class="header-banner" style="background-color: #ff0000; color: #ffffff">
|
||||||
|
SVR.JS is a web server proudly <b>made in Poland</b>!
|
||||||
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -330,10 +330,12 @@ pre {
|
||||||
|
|
||||||
.header-banner a {
|
.header-banner a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-banner a:hover {
|
.header-banner a:hover {
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Reference in a new issue