From 7ae11dcc4c87ec0b8e6537ea9bc3e901bb4019d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:42:06 +0200 Subject: [PATCH 01/21] Add port forwarding for port 8006 in devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d199be14..d32ca427 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "mint" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From b2118efdbd66f9e48fe3dd4cb332295ed3e83360 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:42:24 +0200 Subject: [PATCH 02/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/alma/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/alma/devcontainer.json b/.devcontainer/alma/devcontainer.json index 6c930bae..6c9f3fd1 100644 --- a/.devcontainer/alma/devcontainer.json +++ b/.devcontainer/alma/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "alma" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 2971f17658d620caefc792e746b6e7bcb0920d2c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:42:38 +0200 Subject: [PATCH 03/21] Add port forwarding for web service on port 8006 --- .devcontainer/alpine/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/alpine/devcontainer.json b/.devcontainer/alpine/devcontainer.json index 0fe19f42..bbdbe32d 100644 --- a/.devcontainer/alpine/devcontainer.json +++ b/.devcontainer/alpine/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "alpine" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 4d4b330a1975b045a2bf72235ce99e2f91551da9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:42:51 +0200 Subject: [PATCH 04/21] Add port forwarding for web service on port 8006 --- .devcontainer/arch/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/arch/devcontainer.json b/.devcontainer/arch/devcontainer.json index 7f0fb932..cf189105 100644 --- a/.devcontainer/arch/devcontainer.json +++ b/.devcontainer/arch/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "arch" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From f6f1e2540ba81eb8eab9ac9a239d3512ec5b31c2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:43:03 +0200 Subject: [PATCH 05/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/cachy/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/cachy/devcontainer.json b/.devcontainer/cachy/devcontainer.json index 680aa504..60998de8 100644 --- a/.devcontainer/cachy/devcontainer.json +++ b/.devcontainer/cachy/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "cachy" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From efb25e2de19151745e9ed629bb87b5d4bc73ccc4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:43:16 +0200 Subject: [PATCH 06/21] Add port forwarding for web service in devcontainer --- .devcontainer/centos/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/centos/devcontainer.json b/.devcontainer/centos/devcontainer.json index abaf7ac1..9d6f21b7 100644 --- a/.devcontainer/centos/devcontainer.json +++ b/.devcontainer/centos/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "centos" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 71c2a7e8054a50d363b19daaa1bedd8f41ddefce Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:43:28 +0200 Subject: [PATCH 07/21] Add port forwarding for web service in devcontainer --- .devcontainer/debian/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/debian/devcontainer.json b/.devcontainer/debian/devcontainer.json index 1782c49c..9b2b3e11 100644 --- a/.devcontainer/debian/devcontainer.json +++ b/.devcontainer/debian/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "debian" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From d321e756647fe1ea16ff33c95c753df7f40f0dde Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:43:41 +0200 Subject: [PATCH 08/21] Add port forwarding for web service in devcontainer --- .devcontainer/fedora/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/fedora/devcontainer.json b/.devcontainer/fedora/devcontainer.json index 9117b6f1..85c033ce 100644 --- a/.devcontainer/fedora/devcontainer.json +++ b/.devcontainer/fedora/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "fedora" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 8381eff217a81b5910427acdb70e908e423c4087 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:44:19 +0200 Subject: [PATCH 09/21] Add port forwarding for web service in devcontainer --- .devcontainer/gentoo/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/gentoo/devcontainer.json b/.devcontainer/gentoo/devcontainer.json index c281cf81..2f0d5bab 100644 --- a/.devcontainer/gentoo/devcontainer.json +++ b/.devcontainer/gentoo/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "gentoo" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 28b029928fa892555f792535cbfca1cabc19c637 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:44:31 +0200 Subject: [PATCH 10/21] Add forwardPorts configuration for web access --- .devcontainer/kali/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/kali/devcontainer.json b/.devcontainer/kali/devcontainer.json index a5777c61..8b78c93f 100644 --- a/.devcontainer/kali/devcontainer.json +++ b/.devcontainer/kali/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "kali" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From c61dd733d44155bce825c555d579fb522f036ba2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:44:43 +0200 Subject: [PATCH 11/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/kubuntu/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/kubuntu/devcontainer.json b/.devcontainer/kubuntu/devcontainer.json index dc9764cd..e3a24dde 100644 --- a/.devcontainer/kubuntu/devcontainer.json +++ b/.devcontainer/kubuntu/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "kubuntu" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 29a1dc3b5cbc4eaad56317c43bd2002b97ceac08 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:44:56 +0200 Subject: [PATCH 12/21] Add port forwarding for web service on port 8006 --- .devcontainer/manjaro/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/manjaro/devcontainer.json b/.devcontainer/manjaro/devcontainer.json index 656bc66d..05f7ad26 100644 --- a/.devcontainer/manjaro/devcontainer.json +++ b/.devcontainer/manjaro/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "manjaro" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From a39e872844d021c2dd2b36f815d93be508b1f9d9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:45:09 +0200 Subject: [PATCH 13/21] Add port forwarding for port 8006 in devcontainer --- .devcontainer/mx/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/mx/devcontainer.json b/.devcontainer/mx/devcontainer.json index 16822077..f3a9f616 100644 --- a/.devcontainer/mx/devcontainer.json +++ b/.devcontainer/mx/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "mx" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From c8ff4fda53dad1b56855330d8f43f7a890226a25 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:45:21 +0200 Subject: [PATCH 14/21] Add port forwarding for web service on port 8006 --- .devcontainer/nixos/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/nixos/devcontainer.json b/.devcontainer/nixos/devcontainer.json index e8ee00ac..d4182c80 100644 --- a/.devcontainer/nixos/devcontainer.json +++ b/.devcontainer/nixos/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "nixos" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From e792cd73b2b5e162269aee49573aa08077b8a1f5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:45:34 +0200 Subject: [PATCH 15/21] Add port forwarding for web service on port 8006 --- .devcontainer/rocky/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/rocky/devcontainer.json b/.devcontainer/rocky/devcontainer.json index 40a14920..127c93df 100644 --- a/.devcontainer/rocky/devcontainer.json +++ b/.devcontainer/rocky/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "rocky" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From e3997a7880dbd06a55b6bcb0fd025fa1abb1358d Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:45:46 +0200 Subject: [PATCH 16/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/slack/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/slack/devcontainer.json b/.devcontainer/slack/devcontainer.json index e04493ee..154f8fdd 100644 --- a/.devcontainer/slack/devcontainer.json +++ b/.devcontainer/slack/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "slack" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 6263e533c633ec82b3d146aa467b6dadcf1f7c75 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:45:59 +0200 Subject: [PATCH 17/21] Add port forwarding for web service in devcontainer --- .devcontainer/suse/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/suse/devcontainer.json b/.devcontainer/suse/devcontainer.json index 764c5268..c1c84623 100644 --- a/.devcontainer/suse/devcontainer.json +++ b/.devcontainer/suse/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "suse" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From bfc193ca374fd86fadce353454607ad19a218581 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:46:12 +0200 Subject: [PATCH 18/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/tails/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/tails/devcontainer.json b/.devcontainer/tails/devcontainer.json index ebdb12d9..e789135f 100644 --- a/.devcontainer/tails/devcontainer.json +++ b/.devcontainer/tails/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "tails" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 5c75c3bc480e477d2b81c04e8ef345038affbdfa Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:46:24 +0200 Subject: [PATCH 19/21] Add port forwarding for port 8006 in devcontainer --- .devcontainer/ubuntu/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/ubuntu/devcontainer.json b/.devcontainer/ubuntu/devcontainer.json index 9dbcfe4d..f6bedf42 100644 --- a/.devcontainer/ubuntu/devcontainer.json +++ b/.devcontainer/ubuntu/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "ubuntu" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 8d8ba059f73fa851b44aaa4f462d241c865af1c1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:46:37 +0200 Subject: [PATCH 20/21] Add port forwarding for port 8006 --- .devcontainer/ubuntus/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/ubuntus/devcontainer.json b/.devcontainer/ubuntus/devcontainer.json index e19c1d89..cea19d40 100644 --- a/.devcontainer/ubuntus/devcontainer.json +++ b/.devcontainer/ubuntus/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "ubuntus" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", From 6a8142d2e1ba77294d83ca022606c51b9ccb2870 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:46:49 +0200 Subject: [PATCH 21/21] Add forwardPorts configuration to devcontainer.json --- .devcontainer/xubuntu/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/xubuntu/devcontainer.json b/.devcontainer/xubuntu/devcontainer.json index cb365084..756ff1e8 100644 --- a/.devcontainer/xubuntu/devcontainer.json +++ b/.devcontainer/xubuntu/devcontainer.json @@ -3,7 +3,8 @@ "service": "qemu", "containerEnv": { "BOOT": "xubuntu" - }, + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web",