You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Pelican Wings is Pelican's server control plane, built for the rapidly changing gaming industry and designed to be highly performant and secure. Wings provides an HTTP API allowing you to interface directly with running server instances, fetch server logs, generate backups, and control all aspects of the server lifecycle.",
"description": "Pelican Wings is Pelican's server control plane, built for the rapidly changing gaming industry and designed to be highly performant and secure. Wings provides an HTTP API allowing you to interface directly with running server instances, fetch server logs, generate backups, and control all aspects of the server lifecycle.",
16
+
"install_methods": [
17
+
{
18
+
"type": "default",
19
+
"script": "ct/pelican-wings.sh",
20
+
"resources": {
21
+
"cpu": 2,
22
+
"ram": 4096,
23
+
"hdd": 8,
24
+
"os": "Debian",
25
+
"version": "12"
27
26
}
28
-
],
29
-
"default_credentials": {
30
-
"username": null,
31
-
"password": null
32
-
},
33
-
"notes": [
34
-
{
35
-
"text": "After installation, you need to use the Auto Deploy command generated by Pelican Panel and, after running the command, restart the Wings service with `systemctl restart wings.service`",
36
-
"type": "info"
37
-
}
38
-
]
39
-
}
27
+
}
28
+
],
29
+
"default_credentials": {
30
+
"username": null,
31
+
"password": null
32
+
},
33
+
"notes": [
34
+
{
35
+
"text": "After installation, you need to use the Auto Deploy command generated by Pelican Panel and, after running the command, restart the Wings service with `systemctl restart wings.service`",
0 commit comments