Mistakes happen, and services can go down. Be prepared by keeping secure, automated backups of your own and your favorite Git repositories. This self-hosted and open-source application gives you full control over your code's safety, running on your own infrastructure.
It provides a simple, responsive web interface to schedule and manage your backups with ease. Deployment is straightforward using Docker.
Key features include:
services:
gitsave:
image: timwitzdam/gitsave:latest
container_name: gitsave
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/app/data
environment:
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago