Update egg-wine-desktop.json
This commit is contained in:
+27
-27
@@ -4,14 +4,14 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2026-07-30T00:00:00+00:00",
|
||||
"exported_at": "2026-07-30T00:45:51-04:00",
|
||||
"name": "Wine Desktop",
|
||||
"author": "[email protected]",
|
||||
"description": "Runs Windows GUI applications inside a persistent Wine virtual desktop with optional VNC and noVNC access.",
|
||||
"features": [],
|
||||
"docker_images": {
|
||||
"Wine Desktop (Latest)": "ghcr.io/lexiandev/wine-desktop:latest",
|
||||
"Wine Yolk": "ghcr.io/ptero-eggs/yolks:wine_latest",
|
||||
"Wine Desktop (Latest)": "ghcr.io\/lexiandev\/wine-desktop:latest",
|
||||
"Wine Yolk": "ghcr.io\/ptero-eggs\/yolks:wine_latest",
|
||||
"Local Wine Desktop": "wine-desktop:latest"
|
||||
},
|
||||
"file_denylist": [],
|
||||
@@ -24,15 +24,15 @@
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
"script": "#!/bin/bash\nset -e\necho \"Nothing to install.\"",
|
||||
"container": "ghcr.io/pterodactyl/installers:debian",
|
||||
"entrypoint": "/bin/bash"
|
||||
"script": "#!\/bin\/bash\nset -e\necho \"Nothing to install.\"",
|
||||
"container": "ghcr.io\/pterodactyl\/installers:debian",
|
||||
"entrypoint": "\/bin\/bash"
|
||||
}
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"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",
|
||||
"default_value": "application.exe",
|
||||
"user_viewable": true,
|
||||
@@ -60,6 +60,26 @@
|
||||
"rules": "required|integer|min:480|max:4320",
|
||||
"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",
|
||||
"description": "Virtual desktop color depth.",
|
||||
@@ -70,16 +90,6 @@
|
||||
"rules": "required|integer|in:16,24,32",
|
||||
"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",
|
||||
"description": "Wine debug channels. Use '-all' to disable debug output.",
|
||||
@@ -159,16 +169,6 @@
|
||||
"user_editable": true,
|
||||
"rules": "required|integer|min:1|max:65535",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user