Back to browse
GitHub Repository

Git Web Manager (GWM) is a self-hosted dashboard for deploying Git repositories to local and remote paths. It manages rollbacks, health checks, preview builds, and automated dependency updates.

7 starsPHP

Git Web Manager

by wallabydesigns·Mar 27, 2026·3 points·1 comment

AI Analysis

MidCozy

Laravel-specific deployment dashboard when Coolify already does this.

Strengths
  • Preview builds by commit useful for staging without manual branch management
  • Dependabot security alerts integrated directly into deployment dashboard
  • Deployment queue serializes deploys to prevent race conditions
Weaknesses
  • Coolify and CapRover already solve self-hosted deployment better
  • Laravel + Livewire stack limits appeal to PHP ecosystem only
Target Audience

PHP/Laravel developers managing multiple deployments

Similar To

Coolify · CapRover · Dokku

Post Description

Git Web Manager (GWM) is a self-hosted dashboard for deploying Git repositories to local and remote paths. It manages rollbacks, health checks, preview builds, and automated dependency updates.

Key features:

- Per‑project deploys + rollbacks

- Deployment queue with cron management and queue processing control

- Health checks with status badges

- Preview builds by commit (great for staging)

- Workflows and post-deploy management

- Dependency actions (composer/npm) + audit output

- Automatic updates when repos change

- Security tab for unresolved dependabot issues

- User management with forced password change

- FTP/SSH Deployment options

- Manageable work queue for deployment management

It’s open‑source and I’m looking for feedback/testers.

Repo: https://github.com/WallabyDesigns/gitmanager

Docs (GitHub Pages): https://wallabydesigns.github.io/gitmanager

Note: Not affiliated with Git/GitHub.

Similar Projects