From f98d998151ebaeb4e563f1a179610d600ad6d757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 8 Apr 2021 10:21:21 -0500 Subject: initial commit --- config.env.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.env.example (limited to 'config.env.example') diff --git a/config.env.example b/config.env.example new file mode 100644 index 0000000..83d49ea --- /dev/null +++ b/config.env.example @@ -0,0 +1,14 @@ +# +# Gitolite options +# +GIT_PASSWORD= +SSH_KEY= +SSH_KEY_NAME= +# +# Cgit options +# +CGIT_ROOT_TITLE=Git Repository Browser +CGIT_DESC=a fast webinterface for the git dscm +CGIT_CLONE_PREFIX=http:// ssh://git@ + +CGIT_SNAPSHOT=tar.gz tar.bz2 tar.xz -- cgit v1.2.3