summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-04-03 17:55:22 +0300
committerLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-04-03 17:55:22 +0300
commit897e90c9b2ca62057a4a82957d27e91cd6b0e31f (patch)
treee69ae45d10e6376f50b7c7ff95b70fbf36d8c758
parent017abe61a151f05eded0a7f489dab75f128972eb (diff)
downloadVoidNet_Site-897e90c9b2ca62057a4a82957d27e91cd6b0e31f.tar.gz
VoidNet_Site-897e90c9b2ca62057a4a82957d27e91cd6b0e31f.tar.zst
Removed link to non-existing leaderboard
-rw-r--r--cwebhook/index.html59
-rw-r--r--servers/index.html4
-rw-r--r--software/index.html3
-rw-r--r--wizardbotv2/index.html3
4 files changed, 65 insertions, 4 deletions
diff --git a/cwebhook/index.html b/cwebhook/index.html
new file mode 100644
index 0000000..e6469d4
--- /dev/null
+++ b/cwebhook/index.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<meta name="referrer" content="same-origin"/>
+<meta name="viewport" content="width=device-width, initial-scale=0.7"/>
+<meta name="description" content="VoidNet Server Network"/>
+<meta name="og:title" content="VoidNet"/>
+<meta name="og:description" content="VoidNet Server Network"/>
+<html>
+<head>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script>
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
+<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
+<title>CWebHook - VoidNet</title>
+</head>
+<body>
+<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-2 shadow">
+<div class="container-fluid">
+<img class="navbar_logo" src="/img/voidnet_logo.png"></img>
+<button class="navbar-toggler me-auto" type="button" data-bs-toggle="collapse" data-bs-target="#mnav"><span class="wtext">Menu</span></button>
+<div class="collapse navbar-collapse" id="mnav">
+<ul class="navbar-nav me-auto">
+<li class="nav-item"><a class="nav-link navbar_link" href="/index.html">Home</a></li>
+<li class="nav-item"><a class="nav-link navbar_link" href="/servers">Servers</a></li>
+<li class="nav-item"><a class="nav-link navbar_link" href="/software">Software</a></li>
+<li class="nav-item"><a href="/forum" class="nav-link navbar_link">Forum</a></li>
+<li class="nav-item dropdown">
+<a href="#" class="nav-link navbar_link dropdown-toggle" data-bs-toggle="dropdown">Other</a>
+<ul class="dropdown-menu dark_navbar">
+<li><a class="dropdown-item wtext dropdown_item_transition" href="https://twitter.com/VoidNetServers" target="_blank" rel="noopener noreferer">VoidNet Twitter</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="https://discord.gg/dZ7Kd2RqSv" target="_blank" rel="noopener noreferer">VoidNet Discord</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="/contact">Contact</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="/about">About</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+</nav>
+<div class="container-fluid h-100">
+<div class="container-fluid mb-4 rounded content_box shadow w-100">
+<center>
+<br/>
+<h1 class="wtext content_title">CWebHook</h1>
+<span class="wtext content_text">
+CWebHook is webhook server for linux that runs configured command set in JSON formatted<br/>
+configuration file when receiving POST request to any of the configured URLs in the configuration file<br/>
+with output optionally being pre-defined or the command output.
+<br/>
+<br/>
+<hr style="width="90%;"></hr>
+<br/>
+There's no pre-compiled release but source code is availabe at <a href="https://gitweb.voidnet.dy.fi/?p=sigsegv_wizard/CWebHook;a=tree" target="_blank" rel="noopener">VoidNet Git</a>
+</span>
+</center>
+<br/>
+</div>
+</div>
+</body>
+</html>
diff --git a/servers/index.html b/servers/index.html
index 5860d2e..9d59368 100644
--- a/servers/index.html
+++ b/servers/index.html
@@ -53,7 +53,9 @@ SFTP Server: sftp://voidnet.dy.fi (Port 7201)
<br/><br/>
Git server: <a href="https://git.voidnet.dy.fi" target="_blank" rel="noopener">https://git.voidnet.dy.fi</a>
<br/><br/>
-Gitweb: <a href="https://voidnet.dy.fi/gitweb" target="_blank" rel="noopener">https://voidnet.dy.fi/gitweb</a>
+Gitweb: <a href="https://gitweb.voidnet.dy.fi" target="_blank" rel="noopener">https://gitweb.voidnet.dy.fi</a>
+<br/><br/>
+SVN: <a href="https://svn.voidnet.dy.fi" target="_blank" rel="noopener">https://svn.voidnet.dy.fi</a>
</span>
</center>
<br/>
diff --git a/software/index.html b/software/index.html
index 0f7d153..d53bc6a 100644
--- a/software/index.html
+++ b/software/index.html
@@ -54,6 +54,9 @@ This page has list of software created by VoidNet owner or other people who want
<br/>
<br/>
<a href="/wizardbotv2">WizardBot V2</a>
+<br/>
+<br/>
+<a href="/cwebhook">CWebHook</a>
</span>
</center>
<br/>
diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html
index f90bb98..ba9af71 100644
--- a/wizardbotv2/index.html
+++ b/wizardbotv2/index.html
@@ -47,9 +47,6 @@ WizardBot V2 is the second version of twitch bot made by VoidNet owner.
Programming language the bot is written in: C
<br/>
<br/>
-<a href="/wizardbotv2/leaderboard" target="_blank">WizardBot V2 Cookies Leaderboard</a>
-<br/>
-<br/>
<b>List of WizardBot V2 commands</b>
<hr width="90%"></hr>
<br/>