-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
soulfire_egg.json
67 lines (66 loc) · 2.13 KB
/
soulfire_egg.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
63
64
65
66
67
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": "https://raw.githubusercontent.com/AlexProgrammerDE/SoulFire/main/soulfire_egg.json"
},
"exported_at": "2024-06-02T14:43:51+00:00",
"name": "SoulFire",
"author": "[email protected]",
"uuid": "dcbaf5f6-1418-40cc-9563-8fa1c3460cb2",
"description": "Creates a container that runs a SoulFire dedicated server.",
"features": null,
"docker_images": {
"alexprogrammerde\/soulfire": "alexprogrammerde\/soulfire"
},
"file_denylist": [],
"startup": "/bin/sh /soulfire/start.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Finished loading!\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# Java Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\nPROJECT=java\r\n\r\napt update\r\napt install -y curl jq\r\n\r\ncd \/mnt\/server",
"container": "ghcr.io\/parkervcp\/yolks:debian",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "JVM RAM",
"description": "How much RAM should the JVM use? (e.g. 2G)",
"env_variable": "SF_RAM",
"default_value": "2G",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:15",
"sort": null,
"field_type": "text"
},
{
"name": "JVM FLAGS",
"description": "Extra flags for the JVM (e.g. -Dsf.prometheus.enabled=true)",
"env_variable": "SF_JVM_FLAGS",
"default_value": "-Dterminal.jline=false -Dterminal.ansi=true",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:9999",
"sort": null,
"field_type": "text"
},
{
"name": "JVM JAR",
"description": "Path to the SoulFire jar file to run. The default value points to the jar bundled with the image.",
"env_variable": "SF_JAR",
"default_value": "/soulfire/soulfire.jar",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:9999",
"sort": null,
"field_type": "text"
}
]
}