Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
3a45ef2
Update port 8006 onAutoForward setting
kroese Oct 19, 2025
ae9f226
Update port 8006 auto-forward settings
kroese Oct 19, 2025
5b9e1c8
Update port 8006 onAutoForward setting
kroese Oct 19, 2025
ff08492
Update port 8006 auto-forward action
kroese Oct 19, 2025
6e3c810
Update port 8006 onAutoForward to notify
kroese Oct 19, 2025
7512cb0
Update port 8006 auto-forward behavior
kroese Oct 19, 2025
f67f396
Change port forwarding behavior in devcontainer.json
kroese Oct 19, 2025
fb1ccaa
Update devcontainer.json
kroese Oct 19, 2025
3fcef1e
Update devcontainer.json
kroese Oct 19, 2025
230957a
Update port 8006 auto-forward action
kroese Oct 19, 2025
ab061d6
Update port forwarding settings in devcontainer.json
kroese Oct 19, 2025
55530f5
Update port forwarding settings in devcontainer.json
kroese Oct 19, 2025
1657a58
Update port 8006 auto-forward action
kroese Oct 19, 2025
e9c54f9
Update port forwarding settings in devcontainer.json
kroese Oct 19, 2025
6c562ee
Update devcontainer.json
kroese Oct 19, 2025
d1dfa4c
Update port 8006 auto-forward settings
kroese Oct 19, 2025
b315d19
Change port forwarding behavior in devcontainer.json
kroese Oct 19, 2025
d28f180
Update port 8006 auto-forwarding settings
kroese Oct 19, 2025
50d75a9
Update port 8006 auto-forward behavior
kroese Oct 19, 2025
2840845
Change port forwarding behavior in devcontainer.json
kroese Oct 19, 2025
5b1d856
Update devcontainer.json
kroese Oct 19, 2025
5ede061
feat: Improve Github Codespaces configuration
kroese Oct 19, 2025
fec00c7
Remove ALLOCATE variable from QEMU settings
kroese Oct 19, 2025
ca1d836
Update devcontainer.json
kroese Oct 19, 2025
49dfb8f
Update devcontainer.json
kroese Oct 19, 2025
36a31dd
Update devcontainer.json
kroese Oct 19, 2025
5585c84
Update devcontainer.json
kroese Oct 19, 2025
4eddbd5
Update devcontainer.json
kroese Oct 19, 2025
9f47ed0
Update devcontainer.json
kroese Oct 19, 2025
4e4f860
Update devcontainer.json
kroese Oct 19, 2025
69f81bc
Update devcontainer.json
kroese Oct 19, 2025
c65eb4a
Update devcontainer.json
kroese Oct 19, 2025
96b8394
Update devcontainer.json
kroese Oct 19, 2025
a6aa7e2
Update devcontainer.json
kroese Oct 19, 2025
4a35677
Update devcontainer.json
kroese Oct 19, 2025
c12f393
Update devcontainer.json
kroese Oct 19, 2025
73a2df4
Update devcontainer.json
kroese Oct 19, 2025
1a21162
Update devcontainer.json
kroese Oct 19, 2025
c163bea
Update devcontainer.json
kroese Oct 19, 2025
033c503
Update devcontainer.json
kroese Oct 19, 2025
83556e9
Update devcontainer.json
kroese Oct 19, 2025
28589e6
Update devcontainer.json
kroese Oct 19, 2025
4e783df
Update devcontainer.json
kroese Oct 19, 2025
05519d5
Update devcontainer.json
kroese Oct 19, 2025
1c60591
Merge branch 'master' into dev
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
4 changes: 2 additions & 2 deletions .devcontainer/alma/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "alma"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/alpine/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "alpine"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/arch/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "arch"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/cachy/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "cachy"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/centos/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "centos"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
3 changes: 1 addition & 2 deletions .devcontainer/codespaces.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
services:
qemu:
image: qemux/qemu
container_name: qemu
image: ghcr.io/qemus/qemu
environment:
ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/debian/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "debian"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "mint"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/fedora/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "fedora"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/gentoo/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "gentoo"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/kali/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "kali"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/kubuntu/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "kubuntu"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/manjaro/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "manjaro"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/mx/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "mx"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/nixos/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "nixos"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/rocky/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "rocky"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/slack/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "slack"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/suse/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "suse"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/tails/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "tails"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/ubuntu/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "ubuntu"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
4 changes: 2 additions & 2 deletions .devcontainer/ubuntus/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"containerEnv": {
"BOOT": "ubuntus"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/qemu",
"initializeCommand": "docker system prune --all --force"
}
Loading