Add request logging, bot blocking, and admin log viewer

This commit is contained in:
2026-07-28 14:51:55 +02:00
parent 13dd72d14d
commit df8394b057
6 changed files with 284 additions and 0 deletions
+1
View File
@@ -15,4 +15,5 @@ return [
'assets_dir' => __DIR__ . '/../../content/-assets/',
'admin_config' => __DIR__ . '/admin.json',
'log_file' => __DIR__ . '/../storage/logs/admin.log',
'request_log' => __DIR__ . '/../storage/logs/requests.log',
];