1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Robin Breathe cf233000b5 fix: allow override of artifact server bind address (#1560)
* Prior to this change, the artifact server always binds to the detected
  "outbound IP", breaks functionality when that IP is unroutable.
  For example, Zscaler assigns the host a local CGNAT address,
  100.64.0.1, which is unreachable from Docker Desktop.
* Add the `--artifact-server-addr` flag to allow override of the address
  to which the artifact server binds, defaulting to the existing
  behaviour.

Fixes: #1559
2023-01-16 14:12:20 +00:00
.github build(deps): bump megalinter/megalinter from 6.17.0 to 6.18.0 (#1550) 2023-01-10 21:16:52 +00:00
act fix: allow override of artifact server bind address (#1560) 2023-01-16 14:12:20 +00:00
cmd fix: allow override of artifact server bind address (#1560) 2023-01-16 14:12:20 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00