From 2baa61ec7c49a15fd4f9109cc4cee4a9babdfab3 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Fri, 16 Sep 2022 17:21:38 +0300 Subject: Removed nextcloud from list of servers because it no longer exists --- servers.html | 2 -- software.html | 3 +++ statsapiserver/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 statsapiserver/index.html diff --git a/servers.html b/servers.html index f2f2075..12954fb 100644 --- a/servers.html +++ b/servers.html @@ -51,8 +51,6 @@ FTP server (FTPS enabled, TLS encrypted): voidnet.freemyip.com (port 2500)

FTP server 2 (FTPS enabled, TLS encrypted): voidnet.freemyip.com (port 7000)

-Nextcloud server: https://voidnet.freemyip.com:7700 -

Git server: https://voidnet.freemyip.com:8081 diff --git a/software.html b/software.html index 7211486..194d9da 100644 --- a/software.html +++ b/software.html @@ -49,6 +49,9 @@ This page has list of software created by VoidNet owner or other people who want

WizardBot +
+
+StatsAPIServer
diff --git a/statsapiserver/index.html b/statsapiserver/index.html new file mode 100644 index 0000000..814716b --- /dev/null +++ b/statsapiserver/index.html @@ -0,0 +1,60 @@ + + + + + + + + + +StatsAPIServer - VoidNet + + + +
+
+

StatsAPIServer

+ +StatsAPIServer is API server made in C by VoidNet owner to get different kinds of information +
+about system it's running on through HTTP requests. +
+
+

Source code

+Source code at VoidNet Git +
+
+

How to compile

+Compiling is simple as to install GCC first and then in the source code directory run "make rel". +
+The compiled output will be statsapiserver in the source code directory. +
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3-86-g962b