From 7904d0b92ffe8164e06b624dfe3c2d7ab0392084 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 25 Aug 2023 23:48:35 +0300 Subject: [PATCH] docs: list firewall exceptions for restricted internet installations (#8936) * docs: add firewall exceptions for restricted internet installtions closes #7542 * fix link * fmt --- docs/install/offline.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/install/offline.md b/docs/install/offline.md index 93039ec3e6..e7798670c1 100644 --- a/docs/install/offline.md +++ b/docs/install/offline.md @@ -225,3 +225,14 @@ server, as demonstrated in the example below: With these steps, you'll have the Coder documentation hosted on your server and accessible for your team to use. + +## Firewall exceptions + +In restricted internet networks, Coder may require connection to internet. +Ensure that the following web addresses are accessible from the machine where +Coder is installed. + +- code-server.dev (install via AUR) +- open-vsx.org (optional if someone would use code-server) +- registry.terraform.io (to create and push template) +- v2-licensor.coder.com (developing Coder in Coder)