{"id":48830625,"url":"https://github.com/herbeckrobin/dashboard","last_synced_at":"2026-04-14T20:03:11.213Z","repository":{"id":342284817,"uuid":"1172739871","full_name":"herbeckrobin/dashboard","owner":"herbeckrobin","description":"Self-hosted admin dashboard for managing web projects, deployments, domains \u0026 SSL on a single Debian server. Next.js 14 + nginx + PM2.","archived":false,"fork":false,"pushed_at":"2026-03-27T13:45:31.000Z","size":442,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T23:59:29.642Z","etag":null,"topics":["admin-dashboard","server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/herbeckrobin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T16:34:25.000Z","updated_at":"2026-03-27T13:45:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/herbeckrobin/dashboard","commit_stats":null,"previous_names":["herbeckrobin/dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/herbeckrobin/dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herbeckrobin%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herbeckrobin%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herbeckrobin%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herbeckrobin%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herbeckrobin","download_url":"https://codeload.github.com/herbeckrobin/dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herbeckrobin%2Fdashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-dashboard","server"],"created_at":"2026-04-14T20:02:58.711Z","updated_at":"2026-04-14T20:03:11.205Z","avatar_url":"https://github.com/herbeckrobin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Cloud Server Manager\n\n**Self-hosted Dashboard zur Verwaltung von Web-Projekten auf einem einzelnen Server.**\n\n[![Next.js](https://img.shields.io/badge/Next.js_14-black?logo=next.js)](https://nextjs.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n[![Node.js](https://img.shields.io/badge/Node.js-339933?logo=node.js\u0026logoColor=white)](https://nodejs.org/)\n[![License](https://img.shields.io/badge/License-Private-red)]()\n\n\u003c/div\u003e\n\n---\n\n\u003e [!IMPORTANT]\n\u003e Dieses Repository allein ist **nicht lauffähig**. Der Server muss zuerst mit dem [`install.sh`](../install.sh) Script provisioniert werden (Debian 12+ / Ubuntu 22.04+). Ohne die damit installierten Services (nginx, MariaDB, Certbot, PM2, Docker, etc.) funktioniert das Dashboard nicht.\n\n---\n\n## Was es kann\n\n- **Projekt-Deployment** — Git-Push zu Gitea löst automatischen Build + Deploy aus\n- **Framework-Installation** — WordPress, TYPO3, Redaxo, Contao, Laravel, Next.js, Express mit einem Klick\n- **Domain \u0026 SSL** — Automatische nginx-Config, DNS-Check, Let's Encrypt SSL mit Retry\n- **Monitoring** — PageSpeed-Scores, Server-Systeminfo, Backup-Status\n- **E-Mail** — Domain-Setup, DKIM, Accounts, Aliases, Queue-Monitoring\n- **Sicherheit** — Passkeys (WebAuthn), TOTP 2FA, Rate Limiting\n\n## Architektur\n\n```\nGit Push → Gitea → Webhook:9000 (HMAC-SHA256)\n  → Dashboard API:3005\n  → clone/pull → install → build → nginx → SSL → PM2\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eTech Stack\u003c/strong\u003e\u003c/summary\u003e\n\n| Komponente | Technologie |\n|---|---|\n| Frontend | Next.js 14 (Pages Router), React 18, Tailwind CSS |\n| Auth | Passkeys + TOTP 2FA |\n| Daten | JSON-Dateien (kein SQL) |\n| Server | nginx, PM2, systemd |\n| Package Manager | Bun |\n| Containers | Gitea, n8n, Umami, Nextcloud (Docker) |\n| DB | MariaDB (nur für WordPress/Nextcloud) |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eAPI Endpoints (Auszug)\u003c/strong\u003e\u003c/summary\u003e\n\n| Endpoint | Funktion |\n|---|---|\n| `POST /api/projects/[id]/deploy` | Deployment starten |\n| `GET /api/projects` | Alle Projekte auflisten |\n| `GET /api/system-info` | Server-Status |\n| `GET /api/summary` | n8n Integration |\n| `GET /api/alerts` | n8n Alerts |\n\n45+ Endpoints für Projekt-, Domain-, E-Mail- und System-Verwaltung.\n\n\u003c/details\u003e\n\n\n## Struktur\n\n```\ndashboard/\n├── pages/api/     # 45+ REST API Endpoints\n├── lib/\n│   ├── deploy.js  # Deploy-Logik + nginx-Config\n│   ├── install/   # Framework-Installer (WP, TYPO3, ...)\n│   ├── auth.js    # Passkeys + 2FA\n│   └── sections/  # AI Content Section Registry\n├── components/    # React UI Components\n└── data/          # JSON Storage (projects, config, logs)\n```\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\u003csub\u003eBuilt for managing multiple web projects on a single Debian server.\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherbeckrobin%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherbeckrobin%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherbeckrobin%2Fdashboard/lists"}