feat: Added a Codespaces configuration for each distro (#915)

This commit is contained in:
Kroese
2025-10-16 09:15:42 +02:00
committed by GitHub
parent 25d4eb8be8
commit e419610d8f
22 changed files with 423 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Linux Mint",
"service": "qemu",
"containerEnv": {
"BOOT": "mint",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "codespaces.yml"
}