About proxies with GitHub Enterprise Server
your GitHub Enterprise Server instance に対してプロキシサーバーが有効である� �合、送信先ホストが HTTP プロキシ除外として追� されていない限り、GitHub Enterprise Server によって送信されたアウトバウンドメッセージがプロキシサーバーを経由してまず最初に送信されます。 アウトバウンドのメッセージの種類には、webhook、Bundleのアップロード、レガシーのアバターのフェッチが含まれます。 プロキシサーバのURLは、たとえばhttp://127.0.0.1:8123
といったように、プロトコル、ドメインもしくはIPアドレスにポート番号を� えたものです。
メモ: your GitHub Enterprise Server instance を GitHub.com に接続するには、github.com
と api.github.com
への接続がプロキシ設定で許可されている必要があります。 For more information, see "Connecting your enterprise account to GitHub.com."
If GitHub Actions is enabled for your enterprise, only HTTP proxies are supported. SOCK5 and HTTPS proxies and Polipo are not supported. For more information about using GitHub Actions with GitHub Enterprise Server, see "Getting started with GitHub Actions for GitHub Enterprise Server."
アウトバウンドのWebプロキシサーバの設定
-
From an administrative account on GitHub Enterprise Server, in the upper-right corner of any page, click .
-
If you're not already on the "Site admin" page, in the upper-left corner, click Site admin.
-
左のサイドバーでManagement Consoleをクリックしてく� さい。
-
左のサイドバーでPrivacy(プライバシー)をクリックしてく� さい。
-
HTTP Proxy Server(HTTPプロキシサーバ)の下に、プロキシサーバのURLを入力してく� さい。
-
オプションで、プロキシのアクセスを要しないホストがあればHTTP Proxy Exclusion(HTTPプロキシの除外)の下にカンマ区切りで入力してく� さい。 ドメイン内のすべてのホストをプロキシアクセスの要求から除外するには
.
をワイルドカードプレフィックスとして使用できます。 たとえば、.octo-org.tentacle
などです。 -
左のサイドバーの下でSave settings(設定の保存)をクリックしてく� さい。
Note: Saving settings in the Management Console restarts system services, which could result in user-visible downtime.
-
設定が完了するのを待ってく� さい。