Open git hosting
Git hosting that
you can own.
The complete GitCamp server is open source. Read the code, run it yourself, or move away at any time.
The software of this website
SimuCorps/GitCamp
This server builds from this repository, and hosts it. It is not a mirror or a snapshot.
- Licence
- AGPL-3.0
Evidence
You move your source code to a new git host only if you trust it. Trust must come from structure, not from promises. Each claim below has evidence.
The service continues
The whole platform is open source. Other people can run it if we stop.
Read the code →Backups work
Each repository is a bare git repository on disk. Postgres holds only metadata. A pg_dump and a tar give a complete backup. We test restores.
Backup procedure →You can leave
Each repository is a normal git repository. You leave with a git clone. We use no proprietary formats.
How to export everything →Git operations are reliable
One status page shows git, web, API, SSH and storage. It records uptime. It also tells you what it cannot see.
Live status →Your data is not a product
We do not sell your data. The code that handles it is public. You can audit it.
How it works →Prices stay limited
You can always run the software yourself. This limits the price that we can ask.
What we do not do →Run it yourself
One compose file starts the API, git over HTTPS and SSH, the web interface and automatic TLS. If a step fails, report it as a bug.
git clone https://gitcamp.net/SimuCorps/GitCamp.git cd GitCamp && cp .env.example .env docker compose -f docker-compose.prod.yml up -d