From d391db6bc1fc9a1532f8a85432a1f28e76a49940 Mon Sep 17 00:00:00 2001 From: Moses Fabiyi <90117777+officialmofabs@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:41:10 +0100 Subject: [PATCH 1/6] Update coder.env --- coder.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder.env b/coder.env index 0c198649e0ee6..4fb7d2d7e68a0 100644 --- a/coder.env +++ b/coder.env @@ -2,7 +2,7 @@ # e.g. https://coder.example.com CODER_ACCESS_URL= -CODER_ADDRESS= +CODER_ADDRESS=coder.igecloud.dev CODER_PG_CONNECTION_URL= CODER_TLS_CERT_FILE= CODER_TLS_ENABLE= From 6a571d61db03e4312cc1040c58f1e5386f4b912b Mon Sep 17 00:00:00 2001 From: IGE Clouds Project Operations <34292598+igewebs@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:24:47 +0000 Subject: [PATCH 2/6] main --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9b41c5f47ae61..2461128e949c5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,11 +8,11 @@ services: - "7080:7080" environment: CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable" - CODER_HTTP_ADDRESS: "0.0.0.0:7080" + CODER_HTTP_ADDRESS: "217.76.54.220:7080" # You'll need to set CODER_ACCESS_URL to an IP or domain # that workspaces can reach. This cannot be localhost # or 127.0.0.1 for non-Docker templates! - CODER_ACCESS_URL: "${CODER_ACCESS_URL}" + CODER_ACCESS_URL: "coder.igecloud.dev" # If the coder user does not have write permissions on # the docker socket, you can uncomment the following # lines and set the group ID to one that has write From 0c1c91b9d609eecfef7a66b3a3e10cfcbaec0681 Mon Sep 17 00:00:00 2001 From: projectoperations <34292598+projectoperations@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:25:23 +0100 Subject: [PATCH 3/6] main --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ce4c0abe51839..b63d29a712363 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -217,5 +217,7 @@ "go.testFlags": ["-short", "-coverpkg=./..."], // We often use a version of TypeScript that's ahead of the version shipped // with VS Code. - "typescript.tsdk": "./site/node_modules/typescript/lib" + "typescript.tsdk": "./site/node_modules/typescript/lib", + "dotnetAcquisitionExtension.enablePreviewFeatures": true, + "tabnine.receiveBetaChannelUpdates": true } From 03e9c7b2de85b1e0b517dae3a819447d8b4262c0 Mon Sep 17 00:00:00 2001 From: Moses Fabiyi <90117777+officialmofabs@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:01:21 +0100 Subject: [PATCH 4/6] Update docker-compose.yaml Signed-off-by: Moses Fabiyi <90117777+officialmofabs@users.noreply.github.com> --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2461128e949c5..77300d6c00adf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,11 +8,11 @@ services: - "7080:7080" environment: CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable" - CODER_HTTP_ADDRESS: "217.76.54.220:7080" + CODER_HTTP_ADDRESS: "62.84.180.90:7080" # You'll need to set CODER_ACCESS_URL to an IP or domain # that workspaces can reach. This cannot be localhost # or 127.0.0.1 for non-Docker templates! - CODER_ACCESS_URL: "coder.igecloud.dev" + CODER_ACCESS_URL: "coder.ecampuslearning.com" # If the coder user does not have write permissions on # the docker socket, you can uncomment the following # lines and set the group ID to one that has write From 4dcb696006c12f2f12715b58d4b1c411eb47c03f Mon Sep 17 00:00:00 2001 From: projectoperations <34292598+projectoperations@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:02:30 +0000 Subject: [PATCH 5/6] Update docker-compose.yaml Signed-off-by: projectoperations <34292598+projectoperations@users.noreply.github.com> --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 77300d6c00adf..e4c639bd75b7c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ -version: "3.9" services: coder: # This MUST be stable for our documentation and @@ -8,7 +7,7 @@ services: - "7080:7080" environment: CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable" - CODER_HTTP_ADDRESS: "62.84.180.90:7080" + CODER_HTTP_ADDRESS: "194.163.174.132:7080" # You'll need to set CODER_ACCESS_URL to an IP or domain # that workspaces can reach. This cannot be localhost # or 127.0.0.1 for non-Docker templates! From b9c84764cfdf2e7d5d048189a835aeb386493491 Mon Sep 17 00:00:00 2001 From: projectoperations <34292598+projectoperations@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:42:12 +0000 Subject: [PATCH 6/6] Update coder.env Signed-off-by: projectoperations <34292598+projectoperations@users.noreply.github.com> --- coder.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coder.env b/coder.env index 4fb7d2d7e68a0..b0126c8b61bce 100644 --- a/coder.env +++ b/coder.env @@ -1,8 +1,8 @@ # Coder must be reachable from an external URL for users and workspaces to connect. # e.g. https://coder.example.com -CODER_ACCESS_URL= +CODER_ACCESS_URL=https://coder.ecampuslearning.com -CODER_ADDRESS=coder.igecloud.dev +CODER_ADDRESS=/home/projectoperations/coder CODER_PG_CONNECTION_URL= CODER_TLS_CERT_FILE= CODER_TLS_ENABLE=