This commit is contained in:
2026-07-03 22:16:00 -05:00
commit 83d1c6148d
4 changed files with 138 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RedGarden</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="page">
<header>
<img src="/redgarden.svg" alt="RedGarden Logo">
</header>
<section>
<p>
Red garden is a project ran by Stabosa87 Otherwise known as stab aka me.
I made red garden because i love foss and i wanna contribute any way i can.
And also because i wanna use these services myself and let my friends use them
so might aswell make it open to the public. My main site is at <a href="https://stab.ing/">stab.ing</a>
</p>
</section>
<section>
<p>
RedGarden is a host of many foss apps such as: <br>
- <a href="https://searx.redgarden.cv">Searxng</a> <br>
- <a href="https://omni.redgarden.cv">OmniSearch</a> <br>
- <a href="https://4get.redgarden.cv">4get</a> <br>
- <a href="https://mc.redgarden.cv">Drasel (Minecraft auth server)</a> <br>
- More to come... Msg me on xmpp at stab@stab.ing or email me at stab@stab.ing if u got suggestions.
</p>
</section>
<section>
<p>
<strong>Should you trust RedGarden?</strong> <br>
RedGarden takes NO logs all of the code ran on RedGarden is by public Foss projects. And in no way are any of these projects modified.
</p>
</section>
<section>
<p>
<strong>RULES!</strong> <br>
- dont break law. <br>
- No bots nor abuse of services.
</p>
</section>
<section>
<p>
<strong>DONATE!</strong> <br>
I host everything off of my own wallet. <br>
Itd be pretty cool if you lifted some of that cost, either way Ill pay for it. <br>
- XMR : <br>
<code>89abYakWe3sYCCuek3N8QsLjHoxRfYXvqd9bHcoyWk2H8w4SaMDxf5bJyTUrnYxBkmPgqXqgECBD6BKecDAkirixDL3e6ur</code>
</p>
</section>
</div>
</body>
</html>