working with live dashboard

This commit is contained in:
2025-12-06 17:42:26 -08:00
parent 4096f7165c
commit 94c31f4be3
7 changed files with 168 additions and 84 deletions

View File

@ -8,6 +8,8 @@ ssd_health_packages:
- python3-venv
- sqlite3
- jq
- hdparm
- redis-tools
# autologin vars
autologin_password: "kingduy"
@ -31,9 +33,9 @@ extra_options: |
# kiosk service vars
kiosk_service_name: "drive_check"
kiosk_service_exe: "{{ service_folder }}/drive_check.sh"
kiosk_service_exe: "{{ service_folder }}/drive_check_service.sh"
kiosk_service_templates:
- chrome_website: "http://0.0.0.0:{{ container_http_port }}"
- chrome_website: "http://0.0.0.0:80"
service_name: ssd_dashboard
service_description: "SSD Health Web Dashboard"
user_data_dir: ""