diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-06-05 20:46:46 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-06-05 20:49:54 +0200 |
commit | cb6060a60d71ce1be1591bb10f499916155160de (patch) | |
tree | 0eaa303fe142a61c0ee7cc3518a5b4d150cf7789 /config.example.scfg | |
parent | 3739c9e14b0c65a59a520dbfefa459e43af3bf20 (diff) | |
download | cerrado-cb6060a60d71ce1be1591bb10f499916155160de.tar.gz cerrado-cb6060a60d71ce1be1591bb10f499916155160de.tar.bz2 cerrado-cb6060a60d71ce1be1591bb10f499916155160de.zip |
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |