We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2c7dd commit dee4682Copy full SHA for dee4682
cgit/Dockerfile
@@ -13,7 +13,8 @@ ENV ROOT_TITLE="Git" \
13
ROOT_DESC="My git repositories" \
14
SECTION_FROM_STARTPATH=0 \
15
MAX_REPO_COUNT=50 \
16
- NOPLAINEMAIL=1
+ NOPLAINEMAIL=1 \
17
+ ENABLE_HTTP_CLONE=0
18
COPY --chown=nginx cgit.png /usr/share/webapps/cgit/
19
COPY --chown=nginx favicon.ico /usr/share/webapps/cgit/
20
COPY cgitrc.template /etc/
cgit/cgitrc.template
@@ -25,7 +25,7 @@ enable-log-filecount=1
25
enable-log-linecount=1
26
enable-git-config=1
27
enable-commit-graph=1
28
-enable-http-clone=1
+enable-http-clone=$ENABLE_HTTP_CLONE
29
remove-suffix=1
30
snapshots=tar.gz tar.bz2 zip
31
max-stats=quarter
0 commit comments