1
0
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:
Dennis Schwerdel
2017-06-02 10:32:24 +02:00
parent 681da0184d
commit a37ce3ea37
11 changed files with 52 additions and 136 deletions

View File

@@ -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