diff --git a/.devcontainer/alma/devcontainer.json b/.devcontainer/alma/devcontainer.json index 98d8ce4e..6c930bae 100644 --- a/.devcontainer/alma/devcontainer.json +++ b/.devcontainer/alma/devcontainer.json @@ -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" } diff --git a/.devcontainer/alpine/devcontainer.json b/.devcontainer/alpine/devcontainer.json index 7c79792f..0fe19f42 100644 --- a/.devcontainer/alpine/devcontainer.json +++ b/.devcontainer/alpine/devcontainer.json @@ -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" } diff --git a/.devcontainer/arch/devcontainer.json b/.devcontainer/arch/devcontainer.json index 288a5495..7f0fb932 100644 --- a/.devcontainer/arch/devcontainer.json +++ b/.devcontainer/arch/devcontainer.json @@ -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" } diff --git a/.devcontainer/cachy/devcontainer.json b/.devcontainer/cachy/devcontainer.json index 88d0f851..680aa504 100644 --- a/.devcontainer/cachy/devcontainer.json +++ b/.devcontainer/cachy/devcontainer.json @@ -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" } diff --git a/.devcontainer/centos/devcontainer.json b/.devcontainer/centos/devcontainer.json index 6384edc1..abaf7ac1 100644 --- a/.devcontainer/centos/devcontainer.json +++ b/.devcontainer/centos/devcontainer.json @@ -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" } diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 4f72fd19..423f0600 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -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" diff --git a/.devcontainer/debian/devcontainer.json b/.devcontainer/debian/devcontainer.json index 9296ae01..1782c49c 100644 --- a/.devcontainer/debian/devcontainer.json +++ b/.devcontainer/debian/devcontainer.json @@ -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" } diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 56c184ee..d199be14 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } diff --git a/.devcontainer/fedora/devcontainer.json b/.devcontainer/fedora/devcontainer.json index 6e6e1c36..9117b6f1 100644 --- a/.devcontainer/fedora/devcontainer.json +++ b/.devcontainer/fedora/devcontainer.json @@ -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" } diff --git a/.devcontainer/gentoo/devcontainer.json b/.devcontainer/gentoo/devcontainer.json index f272fbdd..c281cf81 100644 --- a/.devcontainer/gentoo/devcontainer.json +++ b/.devcontainer/gentoo/devcontainer.json @@ -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" } diff --git a/.devcontainer/kali/devcontainer.json b/.devcontainer/kali/devcontainer.json index 6752e65f..a5777c61 100644 --- a/.devcontainer/kali/devcontainer.json +++ b/.devcontainer/kali/devcontainer.json @@ -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" } diff --git a/.devcontainer/kubuntu/devcontainer.json b/.devcontainer/kubuntu/devcontainer.json index fbdc75da..dc9764cd 100644 --- a/.devcontainer/kubuntu/devcontainer.json +++ b/.devcontainer/kubuntu/devcontainer.json @@ -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" } diff --git a/.devcontainer/manjaro/devcontainer.json b/.devcontainer/manjaro/devcontainer.json index e5b1b19f..656bc66d 100644 --- a/.devcontainer/manjaro/devcontainer.json +++ b/.devcontainer/manjaro/devcontainer.json @@ -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" } diff --git a/.devcontainer/mx/devcontainer.json b/.devcontainer/mx/devcontainer.json index 12ec4191..16822077 100644 --- a/.devcontainer/mx/devcontainer.json +++ b/.devcontainer/mx/devcontainer.json @@ -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" } diff --git a/.devcontainer/nixos/devcontainer.json b/.devcontainer/nixos/devcontainer.json index 3e7cec96..e8ee00ac 100644 --- a/.devcontainer/nixos/devcontainer.json +++ b/.devcontainer/nixos/devcontainer.json @@ -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" } diff --git a/.devcontainer/rocky/devcontainer.json b/.devcontainer/rocky/devcontainer.json index 3775108c..40a14920 100644 --- a/.devcontainer/rocky/devcontainer.json +++ b/.devcontainer/rocky/devcontainer.json @@ -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" } diff --git a/.devcontainer/slack/devcontainer.json b/.devcontainer/slack/devcontainer.json index 83a3116b..e04493ee 100644 --- a/.devcontainer/slack/devcontainer.json +++ b/.devcontainer/slack/devcontainer.json @@ -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" } diff --git a/.devcontainer/suse/devcontainer.json b/.devcontainer/suse/devcontainer.json index cc2635f8..764c5268 100644 --- a/.devcontainer/suse/devcontainer.json +++ b/.devcontainer/suse/devcontainer.json @@ -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" } diff --git a/.devcontainer/tails/devcontainer.json b/.devcontainer/tails/devcontainer.json index b450d48d..ebdb12d9 100644 --- a/.devcontainer/tails/devcontainer.json +++ b/.devcontainer/tails/devcontainer.json @@ -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" } diff --git a/.devcontainer/ubuntu/devcontainer.json b/.devcontainer/ubuntu/devcontainer.json index 2382aa9a..9dbcfe4d 100644 --- a/.devcontainer/ubuntu/devcontainer.json +++ b/.devcontainer/ubuntu/devcontainer.json @@ -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" } diff --git a/.devcontainer/ubuntus/devcontainer.json b/.devcontainer/ubuntus/devcontainer.json index 5d4c6a7a..e19c1d89 100644 --- a/.devcontainer/ubuntus/devcontainer.json +++ b/.devcontainer/ubuntus/devcontainer.json @@ -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" } diff --git a/.devcontainer/xubuntu/devcontainer.json b/.devcontainer/xubuntu/devcontainer.json index 5483094e..cb365084 100644 --- a/.devcontainer/xubuntu/devcontainer.json +++ b/.devcontainer/xubuntu/devcontainer.json @@ -4,16 +4,16 @@ "containerEnv": { "BOOT": "xubuntu" }, - "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" }