Go to file
Matt 92092760a7
Build and Push Docker Image / lint-and-typecheck (push) Failing after 2m10s Details
Build and Push Docker Image / build (push) Has been skipped Details
Complete Hub Admin Dashboard with analytics, settings, and enterprise features
Major additions:
- Analytics dashboard with charts (line, bar, donut)
- Enterprise client monitoring with container management
- Staff management with 2FA support
- Profile management and settings pages
- Netcup server integration
- DNS verification panel
- Portainer integration
- Container logs and health monitoring
- Automation controls for orders

New API endpoints:
- /api/v1/admin/analytics
- /api/v1/admin/enterprise-clients
- /api/v1/admin/netcup
- /api/v1/admin/settings
- /api/v1/admin/staff
- /api/v1/profile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 12:33:11 +01:00
.gitea/workflows fix: Remove npm cache from CI workflow 2026-01-06 12:44:34 +01:00
prisma Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
public fix: Fix Docker build for public directory 2026-01-06 13:55:36 +01:00
src Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
.env.example feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.env.local.example feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
.gitignore Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
CLAUDE.md Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
Dockerfile Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
docker-compose.yml Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
eslint.config.mjs chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
hub.nginx.conf Add nginx configuration for Hub deployment 2025-12-22 14:23:24 +01:00
next.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
package-lock.json Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
package.json Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
postcss.config.js feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tailwind.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
tsconfig.json Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
vitest.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00