fix port missmatch

This commit is contained in:
Satria 2026-03-02 07:02:29 +07:00
commit 2b56e5d711
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
DISABLE_SSH = true;
DOMAIN = "git.proxy.${homelab.domain}";
HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 8050;
HTTP_PORT = 5080;
PROTOCOL = "http";
ROOT_URL = "https://git.${homelab.domain}";
LANDING_PAGE = "explore";