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 --- statsapiserver/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 statsapiserver/index.html (limited to '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