Skip to content

Commit db5cc43

Browse files
Update date in json (#2685)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 5b91a77 commit db5cc43

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

json/pelican-wings.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "Pelican Wings",
3-
"slug": "pelican-wings",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-02-26",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": null,
12-
"documentation": "https://pelican.dev/docs/wings/install",
13-
"website": "https://pelican.dev/",
14-
"logo": "https://pelican.dev/img/logo.png",
15-
"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"
26-
}
2+
"name": "Pelican Wings",
3+
"slug": "pelican-wings",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-02-27",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": null,
12+
"documentation": "https://pelican.dev/docs/wings/install",
13+
"website": "https://pelican.dev/",
14+
"logo": "https://pelican.dev/img/logo.png",
15+
"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"
2726
}
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`",
36+
"type": "info"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)