mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
New Script: Pelican Wings (#2677)
* New Script: Pelican Wings * Remove $STD for stopping/starting service
This commit is contained in:
39
json/pelican-wings.json
Normal file
39
json/pelican-wings.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Pelican Wings",
|
||||
"slug": "pelican-wings",
|
||||
"categories": [
|
||||
24
|
||||
],
|
||||
"date_created": "2025-02-26",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": null,
|
||||
"documentation": "https://pelican.dev/docs/wings/install",
|
||||
"website": "https://pelican.dev/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/pelican-wings.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user