Attachments and default data path set
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d57653f648
commit
608d98e98a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user