feat: implement automated scan history cleanup with configurable retention period
Build and Push / build (nucleus, amd64, linux) (push) Successful in 17s

This commit is contained in:
2026-07-17 09:25:10 +01:00
parent 94dbd610e1
commit 1796c1696f
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ Environment="SMTP_TO=admin@example.com"
# Environment="WEB_USER=admin"
# Environment="WEB_PASS=supersecret"
# Optional: Number of days to retain scan history in the database (Default: 30)
# Environment="RETENTION_DAYS=30"
Restart=always
RestartSec=5