From 0ca224ae5857bc7e138318bca7c52d1d639c663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Thu, 9 Jan 2025 13:43:40 +0100 Subject: [PATCH] Add proxy information to readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9ed2f1d..c513b36 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,8 @@ It's hostname is ``fsn1-2.forsaken-ashbirds.net``. - __Your usage of this runner must be responsible.__ Please don't overload it or run actions which would harm the reputation of this instance. - You are free to register your own runners inside your organizations, repositories or inside your account. - [See docs/hosting-runners.md](docs/hosting-runners.md) for a little guidance. + [See docs/hosting-runners.md](docs/hosting-runners.md) or [docs/hosting-runners-rootless.md](docs/hosting-runners-rootless.md) for a little guidance. - If you want to volunteer additional runner capacity to the entire instance, feel free to get in touch. - Provided runners may not be available 24/7 but should be online most of the day. +- IPv4 connectivity for HTTP connections is available through a proxy service. + Use it by specifying ``HTTP_PROXY=10.0.0.2:8888`` and ``HTTPS_PROXY=10.0.0.2:8888`` where required. (``10.0.0.0/24`` is an internal network where the proxy machine is reachable.)