Skip to content

Commit 663962e

Browse files
Update date in json (#2687)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 3e7458d commit 663962e

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

json/pelican-panel.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "Pelican Panel",
3-
"slug": "pelican-panel",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-02-26",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 80,
12-
"documentation": "https://pelican.dev/docs/panel/getting-started",
13-
"website": "https://pelican.dev/",
14-
"logo": "https://pelican.dev/img/logo.png",
15-
"description": "Pelican Panel is a web-based control panel for managing game and application servers. It provides an intuitive interface to start, stop, configure, and monitor servers easily. It works alongside Pelican Wings, a lightweight daemon that handles server deployments and resource management.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/pelican-panel.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 1024,
23-
"hdd": 4,
24-
"os": "Debian",
25-
"version": "12"
26-
}
2+
"name": "Pelican Panel",
3+
"slug": "pelican-panel",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-02-27",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://pelican.dev/docs/panel/getting-started",
13+
"website": "https://pelican.dev/",
14+
"logo": "https://pelican.dev/img/logo.png",
15+
"description": "Pelican Panel is a web-based control panel for managing game and application servers. It provides an intuitive interface to start, stop, configure, and monitor servers easily. It works alongside Pelican Wings, a lightweight daemon that handles server deployments and resource management.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/pelican-panel.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 1024,
23+
"hdd": 4,
24+
"os": "Debian",
25+
"version": "12"
2726
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": [
34+
{
35+
"text": "Database credentials: `cat ~/pelican-panel.creds`",
36+
"type": "info"
3237
},
33-
"notes": [
34-
{
35-
"text": "Database credentials: `cat ~/pelican-panel.creds`",
36-
"type": "info"
37-
},
38-
{
39-
"text": "Step 5 of the Panel installer can be skipped because it has already been set up by the script.",
40-
"type": "info"
41-
}
42-
]
43-
}
38+
{
39+
"text": "Step 5 of the Panel installer can be skipped because it has already been set up by the script.",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)