Attachments and default data path set
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-09 08:31:19 +02:00
parent d57653f648
commit 608d98e98a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@ DEFAULT_BRANCH = main
STARTUP_TIMEOUT = 0
[server]
APP_DATA_PATH = /data
DOMAIN = {{ env "GITEA_DOMAIN" }}
LANDING_PAGE = organizations
ROOT_URL = https://%(DOMAIN)s/
@ -58,3 +59,6 @@ IS_INPUT_FILE = false
[picture]
AVATAR_UPLOAD_PATH = /data/gitea/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars
[attachment]
PATH = /data/gitea/attachments

View File

@ -77,7 +77,7 @@ networks:
configs:
app_ini:
name: gitea_app_ini_v8
name: gitea_app_ini_v9
file: app.ini.tmpl
template_driver: golang