From 9377b226171555baba470cd4610dc8a46a4f1bae Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:11:21 +0100 Subject: [PATCH] [gitea 1.19.0] Setze USER --- templates/environment.env.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/environment.env.j2 b/templates/environment.env.j2 index 95eb02f..679d7ad 100644 --- a/templates/environment.env.j2 +++ b/templates/environment.env.j2 @@ -6,6 +6,7 @@ USER_UID={{ git_user.uid }} USER_GID={{ git_user.group }} +USER={{ git_user.name }} GITEA__APP_NAME={{ gitea_vars.app_name }} GITEA__RUN_USER={{ git_user.name }} GITEA__server__ROOT_URL=https://{{ system.hostname }}.{{ system.domain }}/