mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-02 15:55:02 +00:00
First working version, tests follow
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_NAME = Gogs: Go Git Service
|
||||
APP_NAME = Gitea
|
||||
RUN_USER = git
|
||||
RUN_MODE = prod
|
||||
|
||||
@@ -29,7 +29,7 @@ SCRIPT_TYPE = bash
|
||||
|
||||
[repository.upload]
|
||||
ENABLED = true
|
||||
TEMP_PATH = /run/gogs/tmp/uploads
|
||||
TEMP_PATH = /run/gitea/tmp/uploads
|
||||
|
||||
[release.attachment]
|
||||
ENABLED = true
|
||||
@@ -57,7 +57,7 @@ ENABLE_NOTIFY_MAIL = true
|
||||
; Either "console", "file", "conn", "smtp" or "database", default is "console"
|
||||
MODE = console
|
||||
; used for xorm.log
|
||||
ROOT_PATH = /run/gogs
|
||||
ROOT_PATH = /run/gitea
|
||||
|
||||
[picture]
|
||||
; APP_DATA_PATH/avatars
|
||||
@@ -70,3 +70,5 @@ ENABLE = true
|
||||
; APP_DATA_PATH/attachments
|
||||
PATH =
|
||||
|
||||
[indexer]
|
||||
ISSUE_INDEXER_PATH = /app/data/appdata/indexers/issues.bleve
|
||||
|
Reference in New Issue
Block a user