From 663962e8730dd0202208c8603873cb87cf86fabb Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:26:40 +0100 Subject: [PATCH] Update date in json (#2687) Co-authored-by: GitHub Actions --- json/pelican-panel.json | 80 ++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/json/pelican-panel.json b/json/pelican-panel.json index 6ba3d25b4..510626c14 100644 --- a/json/pelican-panel.json +++ b/json/pelican-panel.json @@ -1,43 +1,43 @@ { - "name": "Pelican Panel", - "slug": "pelican-panel", - "categories": [ - 24 - ], - "date_created": "2025-02-26", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://pelican.dev/docs/panel/getting-started", - "website": "https://pelican.dev/", - "logo": "https://pelican.dev/img/logo.png", - "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.", - "install_methods": [ - { - "type": "default", - "script": "ct/pelican-panel.sh", - "resources": { - "cpu": 2, - "ram": 1024, - "hdd": 4, - "os": "Debian", - "version": "12" - } + "name": "Pelican Panel", + "slug": "pelican-panel", + "categories": [ + 24 + ], + "date_created": "2025-02-27", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://pelican.dev/docs/panel/getting-started", + "website": "https://pelican.dev/", + "logo": "https://pelican.dev/img/logo.png", + "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.", + "install_methods": [ + { + "type": "default", + "script": "ct/pelican-panel.sh", + "resources": { + "cpu": 2, + "ram": 1024, + "hdd": 4, + "os": "Debian", + "version": "12" } - ], - "default_credentials": { - "username": null, - "password": null + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Database credentials: `cat ~/pelican-panel.creds`", + "type": "info" }, - "notes": [ - { - "text": "Database credentials: `cat ~/pelican-panel.creds`", - "type": "info" - }, - { - "text": "Step 5 of the Panel installer can be skipped because it has already been set up by the script.", - "type": "info" - } - ] -} \ No newline at end of file + { + "text": "Step 5 of the Panel installer can be skipped because it has already been set up by the script.", + "type": "info" + } + ] +}