Update date in json (#2685)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-02-27 07:25:30 +01:00 committed by GitHub
parent 5b91a776f1
commit db5cc430c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,39 +1,39 @@
{ {
"name": "Pelican Wings", "name": "Pelican Wings",
"slug": "pelican-wings", "slug": "pelican-wings",
"categories": [ "categories": [
24 24
], ],
"date_created": "2025-02-26", "date_created": "2025-02-27",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://pelican.dev/docs/wings/install", "documentation": "https://pelican.dev/docs/wings/install",
"website": "https://pelican.dev/", "website": "https://pelican.dev/",
"logo": "https://pelican.dev/img/logo.png", "logo": "https://pelican.dev/img/logo.png",
"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.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/pelican-wings.sh", "script": "ct/pelican-wings.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 8, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
}
} }
], }
"default_credentials": { ],
"username": null, "default_credentials": {
"password": null "username": null,
}, "password": null
"notes": [ },
{ "notes": [
"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`", {
"type": "info" "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`",
} "type": "info"
] }
]
} }