From 78f16f3d89e2d83eba6c4c826f5ad5990317436f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 7 Aug 2023 12:21:48 +0300 Subject: [PATCH 1/3] docs: add firewall exceptions for restricted internet installtions closes #7542 --- docs/install/offline.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install/offline.md b/docs/install/offline.md index 1081843c24643..07db40e59a33a 100644 --- a/docs/install/offline.md +++ b/docs/install/offline.md @@ -197,3 +197,12 @@ Coder also provides offline documentation in case you want to host it on your ow 5. Set the [CODER_DOCS_URL](../cli/server#--docs-url) environment variable to use the URL of your hosted docs. This way, the Coder UI will reference the documentation from your specified URL. 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) From 3bbe31f907d03808bf5a60b0233934f22c9f73c1 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 7 Aug 2023 12:24:37 +0300 Subject: [PATCH 2/3] fix link --- docs/install/offline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/offline.md b/docs/install/offline.md index 07db40e59a33a..a4344f5659254 100644 --- a/docs/install/offline.md +++ b/docs/install/offline.md @@ -194,7 +194,7 @@ Coder also provides offline documentation in case you want to host it on your ow 2. Download the documentation files from the "Assets" section. It is named as `coder_docs_.tgz`. 3. Extract the file and move its contents to your server folder. 4. If you are using NodeJS, you can execute the following command: `cd docs && npx http-server .` -5. Set the [CODER_DOCS_URL](../cli/server#--docs-url) environment variable to use the URL of your hosted docs. This way, the Coder UI will reference the documentation from your specified URL. +5. Set the [CODER_DOCS_URL](../cli/server.md#--docs-url) environment variable to use the URL of your hosted docs. This way, the Coder UI will reference the documentation from your specified URL. With these steps, you'll have the Coder documentation hosted on your server and accessible for your team to use. From e62c3b8b565cda57fe1c56b4c75d2f81adcb7bfa Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Fri, 25 Aug 2023 14:17:57 +0000 Subject: [PATCH 3/3] fmt --- docs/install/offline.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/offline.md b/docs/install/offline.md index 9115ca93933f7..e7798670c18d5 100644 --- a/docs/install/offline.md +++ b/docs/install/offline.md @@ -228,7 +228,9 @@ 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. +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)