feat: add return classification for archive chart, CARD API integration, compliance charts, systemd services

This commit is contained in:
root
2026-05-01 17:15:41 +00:00
parent 8df961cce8
commit 15abf8bae4
21 changed files with 3639 additions and 210 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=CVE Dashboard Frontend (React Dev Server)
After=network.target cve-backend.service
[Service]
Type=simple
WorkingDirectory=/home/cve-dashboard/frontend
ExecStart=/usr/bin/npm start
Restart=on-failure
RestartSec=5
EnvironmentFile=/home/cve-dashboard/frontend/.env
Environment=BROWSER=none
StandardOutput=append:/home/cve-dashboard/frontend/frontend.log
StandardError=append:/home/cve-dashboard/frontend/frontend.log
[Install]
WantedBy=multi-user.target