lukasvdberk / ServerSightPostScript

A script to get and set all server related information automaticly and pushes it to the api. Checkout (https://github.com/lukasvdberk/ServerSightAPI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server sight post script

This script will post statistics/information about your server to the server sight api.

For the other repositories that belong to this collection of repos:

Currently runs at this url.

Use for your server

If you have a debian based system you can run the following script follow the following steps.

  • Go to releases and execute the setup.sh from the latest release.
  • Or use this simple one liner sh <(curl -LJ https://github.com/lukasvdberk/ServerSightPostScript/releases/download/1.0/setup.sh) -y

Development

Make sure you have the lastest version of dotnet installed

Then you can run in the root folder of the project.

dotnet run

If you want to make a new release run

chmod +x Deployment/make-release.sh
./Deployment/make-release.sh

About

A script to get and set all server related information automaticly and pushes it to the api. Checkout (https://github.com/lukasvdberk/ServerSightAPI)

License:Apache License 2.0


Languages

Language:C# 90.1%Language:Shell 9.9%