Files
ProxmoxVEDHelperScripts/install/forgejo-runner-install.sh
Cyra 034a196720 fix(forgejo-runner): use hostname command instead of $HOSTNAME variable
core.func overwrites $HOSTNAME with a formatted emoji string for display
purposes, causing runner registration to send garbled ANSI codes as the
runner name. Use $(hostname) to get the actual system hostname.
2026-04-07 10:11:13 -07:00

2.9 KiB