diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-08 10:21:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-08 10:21:21 -0500 |
commit | f98d998151ebaeb4e563f1a179610d600ad6d757 (patch) | |
tree | b42b4dae5fd817d5beba894bb158431daed31c0e /config.env.example | |
download | gitolite-cgit-docker-f98d998151ebaeb4e563f1a179610d600ad6d757.tar.lz gitolite-cgit-docker-f98d998151ebaeb4e563f1a179610d600ad6d757.tar.xz gitolite-cgit-docker-f98d998151ebaeb4e563f1a179610d600ad6d757.zip |
initial commit
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 14 |
1 files changed, 14 insertions, 0 deletions
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://<YOUR-DOMAIN> ssh://git@<YOUR-DOMAIN> + +CGIT_SNAPSHOT=tar.gz tar.bz2 tar.xz |