mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[BRANDING] container images: set APP_NAME
(cherry picked from commit12d7bc447e
) (cherry picked from commit1335b17fc3
) (cherry picked from commit0d7da06c47
) (cherry picked from commit095c1ab679
) (cherry picked from commit2220f00d09
) (cherry picked from commitf0be8bbdbf
) (cherry picked from commit15188180a1
) (cherry picked from commit96c471d7d3
) (cherry picked from commit709052f1e7
) (cherry picked from commit98cd2f5dee
) (cherry picked from commita1014654b1
) (cherry picked from commita16f4dc51d
) (cherry picked from commitabbed33d16
) (cherry picked from commit4871447def
) (cherry picked from commitea1218b237
) (cherry picked from commit6dd67d60de
) (cherry picked from commit71761f04af
) (cherry picked from commit7cb28a3a06
) (cherry picked from commitd116336cb5
) (cherry picked from commit4138a698b2
) (cherry picked from commit38c572bc19
) (cherry picked from commit94c759b47f
) (cherry picked from commite1f52bf1d5
) (cherry picked from commit8bc7000cfa
) (cherry picked from commitfa60007c34
) (cherry picked from commit0328db39c9
) (cherry picked from commitd028010b64
) (cherry picked from commit0283c920f0
) (cherry picked from commitf5bdf3e11f
) (cherry picked from commite3beb52300
) (cherry picked from commita63d5afc91
) (cherry picked from commit7d43e1a828
) (cherry picked from commita551fbd0fa
) (cherry picked from commitcdff0ddbb6
) (cherry picked from commitf2462ab1d0
) (cherry picked from commit7231dcc0a7
) (cherry picked from commit1cbe55f832
) (cherry picked from commit483d953498
) (cherry picked from commite0b863d2e9
) (cherry picked from commit34dc719b4d
) (cherry picked from commit200f1ddec3
) (cherry picked from commit892435f00f
) (cherry picked from commit188d1d387a
) (cherry picked from commit8589533bfe
) (cherry picked from commit8e7e83ffe5
) (cherry picked from commit4f86171d68
) (cherry picked from commitece61fd4f6
) (cherry picked from commitff34eb0023
) (cherry picked from commit845b0ecc8c
)
This commit is contained in:
parent
f0835feaff
commit
1a673c0ff6
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if [ ! -f ${GITEA_CUSTOM}/conf/app.ini ]; then
|
|||
fi
|
||||
|
||||
# Substitute the environment variables in the template
|
||||
APP_NAME=${APP_NAME:-"Gitea: Git with a cup of tea"} \
|
||||
APP_NAME=${APP_NAME:-"Forgejo: Beyond coding. We forge."} \
|
||||
RUN_MODE=${RUN_MODE:-"prod"} \
|
||||
DOMAIN=${DOMAIN:-"localhost"} \
|
||||
SSH_DOMAIN=${SSH_DOMAIN:-"localhost"} \
|
||||
|
|
|
@ -26,7 +26,7 @@ if [ ! -f ${GITEA_APP_INI} ]; then
|
|||
fi
|
||||
|
||||
# Substitute the environment variables in the template
|
||||
APP_NAME=${APP_NAME:-"Gitea: Git with a cup of tea"} \
|
||||
APP_NAME=${APP_NAME:-"Forgejo: Beyond coding. We forge."} \
|
||||
RUN_MODE=${RUN_MODE:-"prod"} \
|
||||
RUN_USER=${USER:-"git"} \
|
||||
SSH_DOMAIN=${SSH_DOMAIN:-"localhost"} \
|
||||
|
|
Loading…
Reference in a new issue