garbash-config

etc files for garbash tilde
git clone git://git.alexkarle.com.com/garbash-config
Log | Files | Refs | README | LICENSE

commit 3fd339cec705a07b7716ba01997c902c6a74cb41 (patch)
parent 81d7f520727b946337624d79079528e6585ec91d
Author: alex <alex@garbash.com>
Date:   Fri, 24 Sep 2021 23:32:39 -0400

git: Auto-index git.garbash.com for cheap user-filtering

By turning on auto indexing we get user filtering at
https://git.garbash.com/$USER/ on the cheap (a.k.a without having
to regenerate the stagit-index)

Diffstat:
Metc/httpd.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/etc/httpd.conf b/etc/httpd.conf @@ -27,6 +27,7 @@ server "garbash.com" { server "git.garbash.com" { listen on * tls port 443 root "/git" + directory auto index tls { certificate "/etc/ssl/garbash.com.fullchain.pem" key "/etc/ssl/private/garbash.com.key"