mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-03-15 02:52:47 +00:00
merge user config file
This commit is contained in:
parent
901a9ace7c
commit
7aaa34b8d6
@ -50,3 +50,5 @@ ENABLE_NOTIFY_MAIL = true
|
||||
MODE = console
|
||||
; used for xorm.log
|
||||
ROOT_PATH = /run/gogs
|
||||
|
||||
|
||||
|
3
start.sh
3
start.sh
@ -65,6 +65,9 @@ sed -e "s/##DOMAIN/${APP_DOMAIN}/g" \
|
||||
-e "s/##SECRET_KEY/$(pwgen -1 -s)/g" \
|
||||
/home/git/app.ini.template > "/run/gogs/app.ini"
|
||||
|
||||
# merge any user config file
|
||||
[[ -f /app/data/app.ini ]] && echo "/app/data/app.ini" >> "/run/gogs/app.ini"
|
||||
|
||||
mkdir -p /app/data/repository /app/data/ssh
|
||||
|
||||
chown -R git:git /app/data /run/gogs
|
||||
|
Loading…
x
Reference in New Issue
Block a user