{{define "title"}}privacy ยท {{.Site}}{{end}} {{define "content"}}

Privacy

The software

This site runs gitbay, a self-hosted, CLI-first git forge. The software makes no external requests from your browser: no analytics, no CDNs, no webfonts, no tracking of any kind. Everything you see is served from this host.

What the server stores is what a forge needs to function: your account (username, email addresses, public SSH/PGP keys), the repositories and their contents, issues, merge requests, comments, and a security audit log of account and repository actions (recording the acting user, the action, and the public key fingerprint used). Web sessions use a single cookie, only after you log in. Private repositories are visible only to accounts you grant; to everyone else they are indistinguishable from nonexistent.

Your data is portable by design: gitbay auth export downloads your account bundle, git data is yours by clone, and gitbay migrate moves everything to another instance.

This instance ({{.Host}})

{{if .Notice}}{{range paragraphs .Notice}}

{{.}}

{{end}} {{else}}

The operator of this instance has not added instance-specific notes. Questions about backups, retention, or jurisdiction go to the operator.

{{end}}
{{end}}