A program written in golang to help with tracking and monitoring of your hardware's temperature.
Go to file
Daniel Legt 21f24899a2 * Custom listen 2024-01-20 02:09:10 +02:00
lib * Custom listen 2024-01-20 02:09:10 +02:00
static Messy JS + config from .env 2024-01-20 02:06:27 +02:00
templates Messy JS + config from .env 2024-01-20 02:06:27 +02:00
.env.example Messy JS + config from .env 2024-01-20 02:06:27 +02:00
.gitignore Messy JS + config from .env 2024-01-20 02:06:27 +02:00
README.md Implemented the hardware service 2024-01-20 01:27:10 +02:00
go.mod Messy JS + config from .env 2024-01-20 02:06:27 +02:00
go.sum Messy JS + config from .env 2024-01-20 02:06:27 +02:00
main.go * Custom listen 2024-01-20 02:09:10 +02:00

README.md

About

Disclaimer

This software is only meant to run on linux, it's something I threw together all at once in one sitting without really thinking about structure or even caring about anything but making it work.

It's actually meant to run on my own server just so I can track the temperature of my harddrives in a live environment, I just want this service to run, record the status of the harddrives, and be able via my VPN to access it in a private manner, it's not meant to be dockerized, it's not meant to be ran in a VM, it's meant to be ran either as a service or in a screen in the background.

It's not really meant to run all the time or anything like that, I just wanted to write this disclaimer, feel free to use the code any way you want to :)

How to use