Update Jetty packages (major)
Looks good at the test instance:
- image and file upload as well as fetch from remote URL work
- health page shows the Proxmox graphs
Error in workflow when there is a non-ASCII character in source code
Fixed by reconfiguring the runner:
diff --git a/etc/forgejo-runner/config.yml b/etc/forgejo-runner/config.yml
index 0110996..f528a46 100644
--- a/etc/forgejo-runner/config.yml
+++…
Error in workflow when there is a non-ASCII character in source code
Error in workflow when there is a non-ASCII character in source code
Looks like the runner is using US-ASCII, probably because of LANG=C
?
$ whoami
runner
$ locale
LANG=C
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US…
Error in workflow when there is a non-ASCII character in source code