mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 23:23:06 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/gitea/app.ini rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/08-gitea.sh
This commit is contained in:
parent
ddfedf5df0
commit
77d6fc23fc
@ -26,7 +26,7 @@ SSH_LISTEN_PORT = 22
|
|||||||
SSH_CREATE_AUTHORIZED_KEYS_FILE = true
|
SSH_CREATE_AUTHORIZED_KEYS_FILE = true
|
||||||
SSH_CREATE_AUTHORIZED_PRINCIPALS_FILE = true
|
SSH_CREATE_AUTHORIZED_PRINCIPALS_FILE = true
|
||||||
SSH_AUTHORIZED_KEYS_BACKUP = true
|
SSH_AUTHORIZED_KEYS_BACKUP = true
|
||||||
SSH_ROOT_PATH = REPLACE_DATA_DIR/.ssh
|
SSH_ROOT_PATH = REPLACE_DATA_DIR/ssh
|
||||||
SSH_DOMAIN = REPLACE_SERVER_NAME
|
SSH_DOMAIN = REPLACE_SERVER_NAME
|
||||||
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
[lfs]
|
[lfs]
|
||||||
|
@ -93,7 +93,7 @@ DATABASE_DIR="" # set database dir
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Healthcheck variables
|
# Healthcheck variables
|
||||||
HEALTH_ENABLED="yes" # enable healthcheck [yes/no]
|
HEALTH_ENABLED="yes" # enable healthcheck [yes/no]
|
||||||
SERVICES_LIST="tini" # comma seperated list of processes for the healthcheck
|
SERVICES_LIST="tini,gitea,act_runner" # comma seperated list of processes for the healthcheck
|
||||||
HEALTH_ENDPOINTS="" # url endpoints: [http://localhost/health,http://localhost/test]
|
HEALTH_ENDPOINTS="" # url endpoints: [http://localhost/health,http://localhost/test]
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Update path var
|
# Update path var
|
||||||
|
@ -93,7 +93,7 @@ LOG_DIR="/data/logs/gitea" # set log directory
|
|||||||
WORK_DIR=""
|
WORK_DIR=""
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# port which service is listening on
|
# port which service is listening on
|
||||||
SERVICE_PORT="8000"
|
SERVICE_PORT="80"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# User to use to launch service - IE: postgres
|
# User to use to launch service - IE: postgres
|
||||||
RUNAS_USER="git" # normally root
|
RUNAS_USER="git" # normally root
|
||||||
|
Loading…
Reference in New Issue
Block a user