Update egg-wine-desktop.json

This commit is contained in:
2026-07-30 06:46:05 +02:00
parent c2d516d9e7
commit 8ced257d34
+27 -27
View File
@@ -4,14 +4,14 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2026-07-30T00:00:00+00:00", "exported_at": "2026-07-30T00:45:51-04:00",
"name": "Wine Desktop", "name": "Wine Desktop",
"author": "[email protected]", "author": "[email protected]",
"description": "Runs Windows GUI applications inside a persistent Wine virtual desktop with optional VNC and noVNC access.", "description": "Runs Windows GUI applications inside a persistent Wine virtual desktop with optional VNC and noVNC access.",
"features": [], "features": [],
"docker_images": { "docker_images": {
"Wine Desktop (Latest)": "ghcr.io/lexiandev/wine-desktop:latest", "Wine Desktop (Latest)": "ghcr.io\/lexiandev\/wine-desktop:latest",
"Wine Yolk": "ghcr.io/ptero-eggs/yolks:wine_latest", "Wine Yolk": "ghcr.io\/ptero-eggs\/yolks:wine_latest",
"Local Wine Desktop": "wine-desktop:latest" "Local Wine Desktop": "wine-desktop:latest"
}, },
"file_denylist": [], "file_denylist": [],
@@ -24,15 +24,15 @@
}, },
"scripts": { "scripts": {
"installation": { "installation": {
"script": "#!/bin/bash\nset -e\necho \"Nothing to install.\"", "script": "#!\/bin\/bash\nset -e\necho \"Nothing to install.\"",
"container": "ghcr.io/pterodactyl/installers:debian", "container": "ghcr.io\/pterodactyl\/installers:debian",
"entrypoint": "/bin/bash" "entrypoint": "\/bin\/bash"
} }
}, },
"variables": [ "variables": [
{ {
"name": "Server Executable", "name": "Server Executable",
"description": "Windows executable to launch relative to /home/container.", "description": "Windows executable to launch relative to \/home\/container.",
"env_variable": "SERVER_EXECUTABLE", "env_variable": "SERVER_EXECUTABLE",
"default_value": "application.exe", "default_value": "application.exe",
"user_viewable": true, "user_viewable": true,
@@ -60,6 +60,26 @@
"rules": "required|integer|min:480|max:4320", "rules": "required|integer|min:480|max:4320",
"field_type": "text" "field_type": "text"
}, },
{
"name": "VNC Password",
"description": "Optional password for VNC authentication.",
"env_variable": "VNC_PASSWORD",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:8",
"field_type": "text"
},
{
"name": "Wine Prefix",
"description": "Persistent Wine prefix directory.",
"env_variable": "WINEPREFIX",
"default_value": "\/home\/container\/.wine",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:255",
"field_type": "text"
},
{ {
"name": "Display Color Depth", "name": "Display Color Depth",
"description": "Virtual desktop color depth.", "description": "Virtual desktop color depth.",
@@ -70,16 +90,6 @@
"rules": "required|integer|in:16,24,32", "rules": "required|integer|in:16,24,32",
"field_type": "text" "field_type": "text"
}, },
{
"name": "Wine Prefix",
"description": "Persistent Wine prefix directory.",
"env_variable": "WINEPREFIX",
"default_value": "/home/container/.wine",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:255",
"field_type": "text"
},
{ {
"name": "Wine Debug", "name": "Wine Debug",
"description": "Wine debug channels. Use '-all' to disable debug output.", "description": "Wine debug channels. Use '-all' to disable debug output.",
@@ -159,16 +169,6 @@
"user_editable": true, "user_editable": true,
"rules": "required|integer|min:1|max:65535", "rules": "required|integer|min:1|max:65535",
"field_type": "text" "field_type": "text"
},
{
"name": "VNC Password",
"description": "Optional password for VNC authentication.",
"env_variable": "VNC_PASSWORD",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:8",
"field_type": "text"
} }
] ]
} }