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 15f6ec9 commit 4450604Copy full SHA for 4450604
docker/etc/templates/app.ini
@@ -4,6 +4,9 @@ RUN_MODE = $RUN_MODE
4
[repository]
5
ROOT = /data/git/repositories
6
7
+[repository.local]
8
+LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
9
+
10
[repository.upload]
11
TEMP_PATH = /data/gitea/uploads
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
21
22
[database]
23
PATH = /data/gitea/gitea.db
@@ -23,6 +27,9 @@ NAME = $DB_NAME
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]
34
PROVIDER_CONFIG = /data/gitea/sessions
35
0 commit comments