-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVerseVM.json
62 lines (62 loc) · 2.3 KB
/
VerseVM.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-04-08T17:51:47+00:00",
"name": "VerseVM",
"author": "info@paladinsrv.com",
"description": "Bringing virtual machines to Pterodactyl",
"features": null,
"docker_images": {
"Alpine": "ghcr.io\/zenllc\/versevm:alpine",
"Arch": "ghcr.io\/zenllc\/versevm:arch",
"Debian 12": "ghcr.io\/zenllc\/versevm:debian-12",
"Debian 12 Desktop": "ghcr.io\/zenllc\/versevm:debian-12-desktop",
"Ubuntu 22.04": "ghcr.io\/zenllc\/versevm:ubuntu-22",
"Ubuntu 22.04 Desktop": "ghcr.io\/zenllc\/versevm:ubuntu-22-desktop",
"Fedora 39": "ghcr.io\/zenllc\/versevm:fedora-39",
"Windows 98": "ghcr.io\/zenllc\/versevm:win98-desktop",
"Kali": "ghcr.io\/zenllc\/versevm:kali-desktop",
"Tools (Advanced)": "ghcr.io\/zenllc\/versevm:tools",
"Troubleshooting Shell": "ghcr.io\/david1117dev\/vpsegg:shell"
},
"file_denylist": [],
"startup": "#Thanks for using VerseVM",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": [\r\n \"Booting\",\r\n \"Starting VerseVM\"\r\n ]\r\n}",
"logs": "{}",
"stop": "^C^C"
},
"scripts": {
"installation": {
"script": null,
"container": "debian",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Additional ports",
"description": "Add your additional ports, that you want to bind to the guest, separated by a space. For example 1234 5678 will be bound to 1234 5678 on guest machine",
"env_variable": "ADDITIONAL_PORTS",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Enable VNC",
"description": "Enable vnc for all images (including server ones)",
"env_variable": "VNC",
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": "required|boolean",
"field_type": "text"
}
]
}