added ansible playbook

This commit is contained in:
2026-01-23 19:26:48 +01:00
parent 653905d5e2
commit 67ae9517f4
7 changed files with 134 additions and 1 deletions

View File

@@ -44,7 +44,8 @@ class PortalController extends Controller
$stats = [
'threads' => Thread::query()->withoutTrashed()->count(),
'posts' => Post::query()->withoutTrashed()->count(),
'posts' => Post::query()->withoutTrashed()->count()
+ Thread::query()->withoutTrashed()->count(),
'users' => User::query()->count(),
];