feat(home): import doris dashboard from workspace repo

Migrates workspace-only dashboard work from commits 6f0c5cd, c851073, and d04eff3 into the canonical truenas-stacks repo.
This commit is contained in:
Fizzlepoof
2026-05-14 18:14:34 +00:00
parent 84b87baf2c
commit d7670fde4b
11 changed files with 977 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Doris Dashboard local LAN web server
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=fizzlepoof
Group=fizzlepoof
WorkingDirectory=/home/fizzlepoof/.openclaw/workspace/sgt_angel/truenas-stacks/home/doris-dashboard
ExecStartPre=/home/fizzlepoof/.openclaw/workspace/sgt_angel/truenas-stacks/home/doris-dashboard/bin/generate_dashboard.py
ExecStart=/usr/bin/python3 /home/fizzlepoof/.openclaw/workspace/sgt_angel/truenas-stacks/home/doris-dashboard/bin/dashboard_server.py
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target