A program written in golang to help with tracking and monitoring of your hardware's temperature.
Go to file
Daniel Legt c8fa24f11c Date filtering
+ Date filtering
+ Input styling
* Visual changes
+ Updated api calls
2024-01-21 22:40:32 +02:00
lib Date filtering 2024-01-21 22:40:32 +02:00
static Date filtering 2024-01-21 22:40:32 +02:00
templates Date filtering 2024-01-21 22:40:32 +02:00
.env.example Cleanup Service 2024-01-21 21:42:58 +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 Cleanup Service 2024-01-21 21:42:58 +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