chore: remove domain expiry from systemd and some other monitors by allowlisting insted of denylisting (#6643)

This commit is contained in:
Frank Elsinga
2026-01-08 11:01:33 +01:00
committed by GitHub
parent 65b21d2c4b
commit 79b3274441
6 changed files with 50 additions and 31 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ npm run dev # Starts frontend (port 3000) and backend (port 3001)
## Database
- Primary: SQLite (also supports MariaDB/MySQL/PostgreSQL)
- Primary: SQLite (also supports MariaDB/MySQL)
- Migrations in `db/knex_migrations/` using Knex.js
- Filename format validated by CI: `node ./extra/check-knex-filenames.mjs`