A program written in golang to help with tracking and monitoring of your hardware's temperature.
Go to file
Daniel Legt 92baa56a1c Re-Added NVME 2024-01-21 19:14:34 +02:00
lib Re-Added NVME 2024-01-21 19:14:34 +02:00
static Styling and fixes 2024-01-21 19:12:40 +02:00
templates Styling and fixes 2024-01-21 19:12:40 +02:00
.env.example Styling and fixes 2024-01-21 19:12:40 +02:00
.gitignore Fixed database extension 2024-01-21 15:27:42 +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 Implemented frontend 2024-01-21 18:25:23 +02:00
go.sum Implemented frontend 2024-01-21 18:25:23 +02:00
main.go Implemented Authentication 2024-01-21 18:40:40 +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