added ansible playbook
Some checks failed
CI/CD Pipeline / test (push) Successful in 3s
CI/CD Pipeline / deploy (push) Failing after 3s

This commit is contained in:
Micha
2026-01-19 18:49:19 +01:00
parent 79855e793e
commit c84ac5694f
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(),
];