A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

Commit 3163083852

3163083852a1c2566d8b5d510e68b2cb03bf5e2d

parent: dfc4fecaa3

Verified · cmc ci/build: success

cmc <hello@cleberg.net> · 2026-08-30T18:20:21Z

Deploy to gitbay.org rather than a bare IP

An IP-keyed known_hosts entry cannot be checked against anything; the hostname's
key is the one whose fingerprint matches /etc/ssh/ssh_host_ed25519_key.pub on
the box.
Makefile +1 −1
@@ -7,7 +7,7 @@
77# Override the target host with: make deploy HOST=example.org PORT=22
88# Deploy an uncommitted build on purpose with: ALLOW_DIRTY=1 make deploy
99
10HOST ?= 46.232.248.67
10HOST ?= gitbay.org
1111PORT ?= 2222
1212CLI_DEST ?= /opt/homebrew/bin/gitbay
1313