Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7ae11dc
Add port forwarding for port 8006 in devcontainer
kroese Oct 19, 2025
b2118ef
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
2971f17
Add port forwarding for web service on port 8006
kroese Oct 19, 2025
4d4b330
Add port forwarding for web service on port 8006
kroese Oct 19, 2025
f6f1e25
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
efb25e2
Add port forwarding for web service in devcontainer
kroese Oct 19, 2025
71c2a7e
Add port forwarding for web service in devcontainer
kroese Oct 19, 2025
d321e75
Add port forwarding for web service in devcontainer
kroese Oct 19, 2025
8381eff
Add port forwarding for web service in devcontainer
kroese Oct 19, 2025
28b0299
Add forwardPorts configuration for web access
kroese Oct 19, 2025
c61dd73
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
29a1dc3
Add port forwarding for web service on port 8006
kroese Oct 19, 2025
a39e872
Add port forwarding for port 8006 in devcontainer
kroese Oct 19, 2025
c8ff4fd
Add port forwarding for web service on port 8006
kroese Oct 19, 2025
e792cd7
Add port forwarding for web service on port 8006
kroese Oct 19, 2025
e3997a7
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
6263e53
Add port forwarding for web service in devcontainer
kroese Oct 19, 2025
bfc193c
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
5c75c3b
Add port forwarding for port 8006 in devcontainer
kroese Oct 19, 2025
8d8ba05
Add port forwarding for port 8006
kroese Oct 19, 2025
6a8142d
Add forwardPorts configuration to devcontainer.json
kroese Oct 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .devcontainer/alma/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "alma"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/alpine/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "alpine"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/arch/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "arch"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/cachy/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "cachy"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/centos/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "centos"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/debian/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "debian"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "mint"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/fedora/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "fedora"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/gentoo/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "gentoo"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/kali/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "kali"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/kubuntu/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "kubuntu"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/manjaro/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "manjaro"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/mx/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "mx"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/nixos/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "nixos"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/rocky/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "rocky"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/slack/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "slack"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/suse/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "suse"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/tails/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "tails"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/ubuntu/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "ubuntu"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/ubuntus/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "ubuntus"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/xubuntu/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"service": "qemu",
"containerEnv": {
"BOOT": "xubuntu"
},
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
Expand Down