Simplify environment in gitea app.
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
SSH_LISTEN_PORT=2222
|
SSH_LISTEN_PORT=2222
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
GITEA_APP_INI=/data/gitea/conf/app.ini
|
|
||||||
GITEA_CUSTOM=/data/gitea
|
|
||||||
GITEA_WORK_DIR=/data
|
GITEA_WORK_DIR=/data
|
||||||
GITEA_TEMP=/tmp/gitea
|
GITEA_TEMP=/tmp/gitea
|
||||||
TMPDIR=/tmp/gitea
|
TMPDIR=/tmp/gitea
|
||||||
HOME=/data/gitea/git
|
|
||||||
GITEA_ADMIN_USERNAME={{ .apps.gitea.adminUser }}
|
GITEA_ADMIN_USERNAME={{ .apps.gitea.adminUser }}
|
||||||
GITEA_ADMIN_PASSWORD_MODE=keepUpdated
|
GITEA_ADMIN_PASSWORD_MODE=keepUpdated
|
||||||
|
|
||||||
# Core app settings
|
# Core app settings
|
||||||
APP_NAME={{ .apps.gitea.appName }}
|
GITEA____APP_NAME={{ .apps.gitea.appName }}
|
||||||
RUN_MODE={{ .apps.gitea.runMode }}
|
GITEA____RUN_MODE={{ .apps.gitea.runMode }}
|
||||||
RUN_USER=git
|
GITEA____RUN_USER=git
|
||||||
WORK_PATH=/data
|
|
||||||
|
|
||||||
# Security settings
|
# Security settings
|
||||||
GITEA__security__INSTALL_LOCK=true
|
GITEA__security__INSTALL_LOCK=true
|
||||||
|
Reference in New Issue
Block a user