From cb6060a60d71ce1be1591bb10f499916155160de Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 5 Jun 2025 20:46:46 +0200 Subject: feat: Add hostname config --- config.example.scfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.example.scfg') diff --git a/config.example.scfg b/config.example.scfg index 2ed13cd..5e47548 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -5,6 +5,10 @@ listen-addr unix://var/run/cerrado.sock root-readme /srv/git/README.md syntax-highlight monokailight +# full hostname address plus protocol. +# This is going to be used to display full link (e.g.: clone link) +hostname https://domain.tld + # if passphrase is empty the whole authentication, private/public repository # and login UI will be disabled, and only public repository will be displayed. passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq -- cgit v1.2.3