A program written in golang to help with tracking and monitoring of your hardware's temperature.
Go to file
Daniel Legt 4352c398c1 Fixes 2024-01-20 01:29:57 +02:00
lib Fixes 2024-01-20 01:29:57 +02:00
templates Implemented the hardware service 2024-01-20 01:27:10 +02:00
.gitignore Fixes 2024-01-20 01:29:57 +02:00
README.md Implemented the hardware service 2024-01-20 01:27:10 +02:00
go.mod Implemented the hardware service 2024-01-20 01:27:10 +02:00
go.sum Implemented the hardware service 2024-01-20 01:27:10 +02:00
main.go Implemented the hardware service 2024-01-20 01:27: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