mirror of
https://github.com/casjaysdevdocker/forgejo
synced 2026-08-09 08:01:15 -04:00
rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/etc/docker/init.d/99-act_runner.sh
This commit is contained in:
@@ -195,7 +195,7 @@ user_pass="${ACT_RUNNER_USER_PASS_WORD:-}"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Additional variables
|
||||
FORGEJO_PORT="${FORGEJO_PORT:-80}"
|
||||
SYS_AUTH_TOKEN="$(__gen_auth_token)"
|
||||
SYS_AUTH_TOKEN="$(__random_password)"
|
||||
FORGEJO_USER="${FORGEJO_USER:-SERVICE_USER}"
|
||||
INSTANCE_HOSTNAME="${FORGEJO_HOSTNAME:-$HOSTNAME}"
|
||||
RUNNER_LABELS="linux:host,"
|
||||
|
||||
Reference in New Issue
Block a user