No description
  • TypeScript 79.7%
  • CSS 19.8%
  • JavaScript 0.5%
Find a file
2026-01-18 20:35:59 +01:00
public Initial commit from Create Next App 2025-12-07 20:59:17 +01:00
src feat: Add option to hide the progress bar for system statistics and introduce a success state for low usage values. 2026-01-18 20:35:59 +01:00
.gitignore Initial commit from Create Next App 2025-12-07 20:59:17 +01:00
eslint.config.mjs Initial commit from Create Next App 2025-12-07 20:59:17 +01:00
next.config.ts Initial commit from Create Next App 2025-12-07 20:59:17 +01:00
package-lock.json feat: Implement initial Caddy panel UI with new pages, components, and styling, along with updated dependencies. 2025-12-08 22:47:42 +01:00
package.json feat: Implement initial Caddy panel UI with new pages, components, and styling, along with updated dependencies. 2025-12-08 22:47:42 +01:00
README.md feat: Implement initial Caddy panel UI with new pages, components, and styling, along with updated dependencies. 2025-12-08 22:47:42 +01:00
tsconfig.json Initial commit from Create Next App 2025-12-07 20:59:17 +01:00

CaddyPanel

Ein modernes Web-Interface für den Caddy Web Server.

Dieses Projekt basiert auf Next.js und bietet eine intuitive Oberfläche zur Verwaltung von Caddy.

Erste Schritte

Starten Sie den Entwicklungsserver:

npm run dev
# oder
yarn dev
# oder
pnpm dev
# oder
bun dev

Öffnen Sie http://localhost:3000 in Ihrem Browser.

Funktionen

  • Dashboard: Überblick über Systemstatus und Aktivitäten.
  • Proxy Regeln: Visueller Drag-and-Drop Editor für Reverse-Proxy-Routen.
  • Domain Verwaltung: Einfaches Hinzufügen und Konfigurieren von Domains inkl. SSL.
  • Log Viewer: Detaillierte Log-Analyse mit Filtern für Logger, Inhalt und Zeit.
  • API Explorer: Integriertes Tool zum Testen und Verwalten von API-Endpoints.
  • Zertifikate: Übersicht über aktive SSL-Zertifikate.

Technologien

  • Next.js 14
  • React
  • TypeScript
  • CSS Modules