Forgejo 11.0.1: public URL git.ezequielcf.dev

Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
Ezequiel C. 2026-09-11 00:43:44 +02:00
parent 48c472fe6f
commit 4f380cd29e

View file

@ -2,7 +2,7 @@
"id": "forgejo",
"name": "Forgejo",
"description": "Self-hosted Git service (web UI + git over SSH) backed by the homelab PostgreSQL.",
"version": "11.0.0",
"version": "11.0.1",
"category": "development",
"tags": ["git", "forgejo", "vcs", "self-hosted", "codeberg"],
"author": "Forgejo contributors",
@ -53,15 +53,15 @@
{
"name": "FORGEJO_ROOT_URL",
"label": "Root URL",
"default": "http://10.0.0.5:3000/",
"description": "Switch to https://git.example.com/ once the reverse proxy is set up"
"default": "https://git.ezequielcf.dev/",
"description": "Public URL served by nginx-proxy-manager (proxy host git.ezequielcf.dev -> forgejo:3000)"
},
{
"name": "FORGEJO_SSH_DOMAIN",
"label": "SSH domain",
"default": "10.0.0.5",
"default": "git.ezequielcf.dev",
"description": "Host used for git over SSH (port 2222)"
}
],
"notes": "Web UI at http://10.0.0.5:3000 (LAN only) — create the first admin account there. Git over SSH: ssh://git@10.0.0.5:2222/<owner>/<repo>.git. Registration disabled (users via Authelia SSO later). Repos live in the forgejo_data volume; the database in pg_data (postgres service)."
"notes": "Web UI at https://git.ezequielcf.dev (via nginx-proxy-manager -> forgejo:3000); LAN-only fallback http://10.0.0.5:3000. Git over SSH: ssh://git@git.ezequielcf.dev:2222/<owner>/<repo>.git (LAN; forward router port 2222 to 10.0.0.5:2222 for remote SSH git). Registration disabled (users via Authelia SSO later). Repos live in the forgejo_data volume; the database in pg_data (postgres service)."
}