File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
58
58
59
59
COPY docker /
60
60
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
61
+ RUN ln -s /usr/local/bin/gitea /app/gitea/gitea
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ RUN_MODE = $RUN_MODE
4
4
[repository]
5
5
ROOT = /data/git/repositories
6
6
7
+ [repository.local]
8
+ LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
9
+
7
10
[repository.upload]
8
11
TEMP_PATH = /data/gitea/uploads
9
12
@@ -14,6 +17,7 @@ HTTP_PORT = $HTTP_PORT
14
17
ROOT_URL = $ROOT_URL
15
18
DISABLE_SSH = $DISABLE_SSH
16
19
SSH_PORT = $SSH_PORT
20
+ LFS_CONTENT_PATH = /data/git/lfs
17
21
18
22
[database]
19
23
PATH = /data/gitea/gitea.db
@@ -23,6 +27,9 @@ NAME = $DB_NAME
23
27
USER = $DB_USER
24
28
PASSWD = $DB_PASSWD
25
29
30
+ [indexer]
31
+ ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
32
+
26
33
[session]
27
34
PROVIDER_CONFIG = /data/gitea/sessions
28
35
You can’t perform that action at this time.
0 commit comments