From a9681e2c945c526eaa4e7ccf0f466bd91c84ed7c Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 2 Nov 2025 13:15:14 -0800 Subject: [PATCH] add readme --- README.md | 9 +++++++++ templates/drive_index.service | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0f6009 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This Ansible Role will set up a Matt-Cloud host as a SSD health monitoring platform. + +When the GUI is not installed, the terminal will auto login and show the information for the currently attached drives + +The data is also stored locally and can be viewed on a web dashboard at port 8088. + +When deployed with Matt-Cloud Jenkins there is a Chromium kiosk option that will allow this web dashboard to be deployed as a local kiosk. + +https://jenkins.matt-cloud.com/job/Projects/job/SSD%20Health%20Checker/ \ No newline at end of file diff --git a/templates/drive_index.service b/templates/drive_index.service index a2484ab..5ddb9c4 100644 --- a/templates/drive_index.service +++ b/templates/drive_index.service @@ -1,6 +1,7 @@ [Unit] -Description={{ service_name }} API +Description={{ service_name }} +git remote add origin git@gitea.matt-cloud.com:matt/ssd_health.gitAPI After=network.target [Service]