A program written in golang to help with tracking and monitoring of your hardware's temperature.
Go to file
Daniel Legt c0f1ed6879 Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
lib Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
static Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
templates Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
.env.example Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
.gitignore Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
README.md Implemented the hardware service 2024-01-20 01:27:10 +02:00
build.sh Build Script 2024-01-20 02:11:59 +02:00
go.mod Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
go.sum Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +02:00
main.go Started moving to a sqlite3 implementation 2024-01-20 18:35:50 +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