Update egg-wine-desktop.json
This commit is contained in:
+168
-168
@@ -1,174 +1,174 @@
|
|||||||
{
|
{
|
||||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
|
||||||
"exported_at": "2026-07-30T00:00:00+00: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",
|
|
||||||
"Local Wine Desktop": "wine-desktop:latest"
|
|
||||||
},
|
|
||||||
"file_denylist": [],
|
|
||||||
"startup": "wine {{SERVER_EXECUTABLE}}",
|
|
||||||
"config": {
|
|
||||||
"files": "{}",
|
|
||||||
"startup": "{\"done\":\"Wine Desktop is ready.\"}",
|
|
||||||
"logs": "{}",
|
|
||||||
"stop": "^C"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"installation": {
|
|
||||||
"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.",
|
|
||||||
"env_variable": "SERVER_EXECUTABLE",
|
|
||||||
"default_value": "application.exe",
|
|
||||||
"user_viewable": true,
|
|
||||||
"user_editable": true,
|
|
||||||
"rules": "required|string|max:255",
|
|
||||||
"field_type": "text"
|
|
||||||
},
|
},
|
||||||
{
|
"exported_at": "2026-07-30T00:45:51-04:00",
|
||||||
"name": "Display Width",
|
"name": "Wine Desktop",
|
||||||
"description": "Virtual desktop width in pixels.",
|
"author": "[email protected]",
|
||||||
"env_variable": "DISPLAY_WIDTH",
|
"description": "Runs Windows GUI applications inside a persistent Wine virtual desktop with optional VNC and noVNC access.",
|
||||||
"default_value": "1280",
|
"features": [],
|
||||||
"user_viewable": true,
|
"docker_images": {
|
||||||
"user_editable": true,
|
"Wine Desktop (Latest)": "ghcr.io\/lexiandev\/wine-desktop:latest",
|
||||||
"rules": "required|integer|min:640|max:7680",
|
"Wine Yolk": "ghcr.io\/ptero-eggs\/yolks:wine_latest",
|
||||||
"field_type": "text"
|
"Local Wine Desktop": "wine-desktop:latest"
|
||||||
},
|
},
|
||||||
{
|
"file_denylist": [],
|
||||||
"name": "Display Height",
|
"startup": "wine {{SERVER_EXECUTABLE}}",
|
||||||
"description": "Virtual desktop height in pixels.",
|
"config": {
|
||||||
"env_variable": "DISPLAY_HEIGHT",
|
"files": "{}",
|
||||||
"default_value": "720",
|
"startup": "{\"done\":\"Wine Desktop is ready.\"}",
|
||||||
"user_viewable": true,
|
"logs": "{}",
|
||||||
"user_editable": true,
|
"stop": "^C"
|
||||||
"rules": "required|integer|min:480|max:4320",
|
|
||||||
"field_type": "text"
|
|
||||||
},
|
},
|
||||||
{
|
"scripts": {
|
||||||
"name": "Display Color Depth",
|
"installation": {
|
||||||
"description": "Virtual desktop color depth.",
|
"script": "#!\/bin\/bash\nset -e\necho \"Nothing to install.\"",
|
||||||
"env_variable": "DISPLAY_DEPTH",
|
"container": "ghcr.io\/pterodactyl\/installers:debian",
|
||||||
"default_value": "24",
|
"entrypoint": "\/bin\/bash"
|
||||||
"user_viewable": true,
|
}
|
||||||
"user_editable": true,
|
|
||||||
"rules": "required|integer|in:16,24,32",
|
|
||||||
"field_type": "text"
|
|
||||||
},
|
},
|
||||||
{
|
"variables": [
|
||||||
"name": "Wine Prefix",
|
{
|
||||||
"description": "Persistent Wine prefix directory.",
|
"name": "Server Executable",
|
||||||
"env_variable": "WINEPREFIX",
|
"description": "Windows executable to launch relative to \/home\/container.",
|
||||||
"default_value": "/home/container/.wine",
|
"env_variable": "SERVER_EXECUTABLE",
|
||||||
"user_viewable": true,
|
"default_value": "application.exe",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|string|max:255",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|string|max:255",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "Wine Debug",
|
{
|
||||||
"description": "Wine debug channels. Use '-all' to disable debug output.",
|
"name": "Display Width",
|
||||||
"env_variable": "WINEDEBUG",
|
"description": "Virtual desktop width in pixels.",
|
||||||
"default_value": "-all",
|
"env_variable": "DISPLAY_WIDTH",
|
||||||
"user_viewable": true,
|
"default_value": "1280",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "nullable|string|max:255",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|integer|min:640|max:7680",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "DLL Overrides",
|
{
|
||||||
"description": "Optional WINEDLLOVERRIDES value.",
|
"name": "Display Height",
|
||||||
"env_variable": "WINEDLLOVERRIDES",
|
"description": "Virtual desktop height in pixels.",
|
||||||
"default_value": "",
|
"env_variable": "DISPLAY_HEIGHT",
|
||||||
"user_viewable": true,
|
"default_value": "720",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "nullable|string|max:255",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|integer|min:480|max:4320",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "Locale",
|
{
|
||||||
"description": "Locale used by Wine.",
|
"name": "VNC Password",
|
||||||
"env_variable": "LANG",
|
"description": "Optional password for VNC authentication.",
|
||||||
"default_value": "en_US.UTF-8",
|
"env_variable": "VNC_PASSWORD",
|
||||||
"user_viewable": true,
|
"default_value": "",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|string|max:64",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "nullable|string|max:8",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "Timezone",
|
{
|
||||||
"description": "Timezone used inside the container.",
|
"name": "Wine Prefix",
|
||||||
"env_variable": "TZ",
|
"description": "Persistent Wine prefix directory.",
|
||||||
"default_value": "UTC",
|
"env_variable": "WINEPREFIX",
|
||||||
"user_viewable": true,
|
"default_value": "\/home\/container\/.wine",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|string|max:64",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|string|max:255",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "Enable VNC",
|
{
|
||||||
"description": "Enable the x11vnc server. If disabled, noVNC is also disabled.",
|
"name": "Display Color Depth",
|
||||||
"env_variable": "ENABLE_VNC",
|
"description": "Virtual desktop color depth.",
|
||||||
"default_value": "true",
|
"env_variable": "DISPLAY_DEPTH",
|
||||||
"user_viewable": true,
|
"default_value": "24",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|in:true,false",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|integer|in:16,24,32",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "Enable noVNC",
|
{
|
||||||
"description": "Enable browser-based noVNC access.",
|
"name": "Wine Debug",
|
||||||
"env_variable": "ENABLE_NOVNC",
|
"description": "Wine debug channels. Use '-all' to disable debug output.",
|
||||||
"default_value": "true",
|
"env_variable": "WINEDEBUG",
|
||||||
"user_viewable": true,
|
"default_value": "-all",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|in:true,false",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "nullable|string|max:255",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "VNC Port",
|
{
|
||||||
"description": "TCP port used by x11vnc.",
|
"name": "DLL Overrides",
|
||||||
"env_variable": "VNC_PORT",
|
"description": "Optional WINEDLLOVERRIDES value.",
|
||||||
"default_value": "5900",
|
"env_variable": "WINEDLLOVERRIDES",
|
||||||
"user_viewable": true,
|
"default_value": "",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|integer|min:1|max:65535",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "nullable|string|max:255",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "noVNC Port",
|
{
|
||||||
"description": "TCP port used by the browser-based noVNC interface.",
|
"name": "Locale",
|
||||||
"env_variable": "NOVNC_PORT",
|
"description": "Locale used by Wine.",
|
||||||
"default_value": "6080",
|
"env_variable": "LANG",
|
||||||
"user_viewable": true,
|
"default_value": "en_US.UTF-8",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "required|integer|min:1|max:65535",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|string|max:64",
|
||||||
},
|
"field_type": "text"
|
||||||
{
|
},
|
||||||
"name": "VNC Password",
|
{
|
||||||
"description": "Optional password for VNC authentication.",
|
"name": "Timezone",
|
||||||
"env_variable": "VNC_PASSWORD",
|
"description": "Timezone used inside the container.",
|
||||||
"default_value": "",
|
"env_variable": "TZ",
|
||||||
"user_viewable": true,
|
"default_value": "UTC",
|
||||||
"user_editable": true,
|
"user_viewable": true,
|
||||||
"rules": "nullable|string|max:8",
|
"user_editable": true,
|
||||||
"field_type": "text"
|
"rules": "required|string|max:64",
|
||||||
}
|
"field_type": "text"
|
||||||
]
|
},
|
||||||
|
{
|
||||||
|
"name": "Enable VNC",
|
||||||
|
"description": "Enable the x11vnc server. If disabled, noVNC is also disabled.",
|
||||||
|
"env_variable": "ENABLE_VNC",
|
||||||
|
"default_value": "true",
|
||||||
|
"user_viewable": true,
|
||||||
|
"user_editable": true,
|
||||||
|
"rules": "required|in:true,false",
|
||||||
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Enable noVNC",
|
||||||
|
"description": "Enable browser-based noVNC access.",
|
||||||
|
"env_variable": "ENABLE_NOVNC",
|
||||||
|
"default_value": "true",
|
||||||
|
"user_viewable": true,
|
||||||
|
"user_editable": true,
|
||||||
|
"rules": "required|in:true,false",
|
||||||
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "VNC Port",
|
||||||
|
"description": "TCP port used by x11vnc.",
|
||||||
|
"env_variable": "VNC_PORT",
|
||||||
|
"default_value": "5900",
|
||||||
|
"user_viewable": true,
|
||||||
|
"user_editable": true,
|
||||||
|
"rules": "required|integer|min:1|max:65535",
|
||||||
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "noVNC Port",
|
||||||
|
"description": "TCP port used by the browser-based noVNC interface.",
|
||||||
|
"env_variable": "NOVNC_PORT",
|
||||||
|
"default_value": "6080",
|
||||||
|
"user_viewable": true,
|
||||||
|
"user_editable": true,
|
||||||
|
"rules": "required|integer|min:1|max:65535",
|
||||||
|
"field_type": "text"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user