Use Dokploy projects in dashboard widget

This commit is contained in:
Codex Agent
2026-01-29 10:40:10 +01:00
parent 061ad6cf24
commit 779dd520ad
5 changed files with 581 additions and 50 deletions

View File

@@ -8,5 +8,6 @@ return [
],
'web_url' => env('DOKPLOY_WEB_URL'),
'applications' => json_decode(env('DOKPLOY_APPLICATION_IDS', '{}'), true) ?? [],
'projects' => json_decode(env('DOKPLOY_PROJECT_IDS', '{}'), true) ?? [],
'composes' => json_decode(env('DOKPLOY_COMPOSE_IDS', '{}'), true) ?? [],
];