Change logging to be json comaptible

This commit is contained in:
2026-05-03 22:42:43 +02:00
parent d1f6782c96
commit 1a82f21202
14 changed files with 501 additions and 35 deletions

View File

@@ -15,6 +15,8 @@ services:
DB_TYPE: sqlite
DATABASE_URL: ./data/database.db
LOG_FORMAT: "json"
DOMAIN: ""
USE_HTTPS: "false"