chore: add coverage/ to gitignore, clean up config.yml formatting

This commit is contained in:
Pouzor
2026-03-07 15:03:18 +01:00
parent ba91d0f545
commit 4235f10331
2 changed files with 4 additions and 7 deletions
+3 -7
View File
@@ -1,13 +1,9 @@
auth: auth:
password_hash: $2b$12$o/LWyvmBc978CNpSsHxcveXN0WqjAGW/gBR0.U.HURWbaYD3GCDqS
username: admin username: admin
# Default password: "admin" — change this before deploying!
# Generate a new hash: python scripts/hash_password.py yourpassword
password_hash: "$2b$12$o/LWyvmBc978CNpSsHxcveXN0WqjAGW/gBR0.U.HURWbaYD3GCDqS"
scanner: scanner:
interval: null
ranges: ranges:
- "192.168.1.0/24" - 192.168.1.0/24
interval: null # null = manual only, "hourly" or "daily" for scheduled
status_checker: status_checker:
interval_seconds: 60 interval_seconds: 60
+1
View File
@@ -10,6 +10,7 @@ lerna-debug.log*
node_modules node_modules
dist dist
dist-ssr dist-ssr
coverage
*.local *.local
# Editor directories and files # Editor directories and files