A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

Commit f6ff5ab1fd

f6ff5ab1fd76a6195a7c0ce4c55cd814bd5ec6ee

parent: b8cda1cc1e

Verified · cmc ci/build: success

cmc <hello@cleberg.net> · 2026-08-30T00:28:35Z

deploy: point HOST at the netcup box

gitbay.org moved from Vultr Dallas to netcup Nuremberg.
Makefile +1 −1
@@ -6,7 +6,7 @@
66 #
77 # Override the target host with: make deploy HOST=example.org PORT=22
88
9HOST ?= 155.138.253.199
9HOST ?= 46.232.248.67
1010 PORT ?= 2222
1111 CLI_DEST ?= /opt/homebrew/bin/gitbay
1212