From af1f22a4d6ed724a651d68002808b0d76e6d967a 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, 26 Jun 2025 17:26:23 +0100 Subject: [PATCH] Update date in json (#5491) Co-authored-by: GitHub Actions --- frontend/public/json/convertx.json | 76 +++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/frontend/public/json/convertx.json b/frontend/public/json/convertx.json index 3edcc3cfc..414084aa2 100644 --- a/frontend/public/json/convertx.json +++ b/frontend/public/json/convertx.json @@ -1,40 +1,40 @@ { - "name": "ConvertX", - "slug": "convertx", - "categories": [ - 9 - ], - "date_created": "2025-05-22", - "type": "ct", - "updateable": true, - "privileged": false, - "config_path": "/opt/convertx/.env", - "interface_port": 3000, - "documentation": "https://github.com/C4illin/ConvertX", - "website": "https://github.com/C4illin/ConvertX", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/convertx.svg", - "description": "ConvertX is a self-hosted online file converter supporting over 1000 formats, including images, audio, video, documents, and more, powered by FFmpeg, GraphicsMagick, and other libraries.", - "install_methods": [ - { - "type": "default", - "script": "ct/convertx.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 20, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Complete setup via the web interface at http://:3000. Create and secure the admin account immediately.", - "type": "info" - } - ] + "name": "ConvertX", + "slug": "convertx", + "categories": [ + 9 + ], + "date_created": "2025-06-26", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/convertx/.env", + "interface_port": 3000, + "documentation": "https://github.com/C4illin/ConvertX", + "website": "https://github.com/C4illin/ConvertX", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/convertx.svg", + "description": "ConvertX is a self-hosted online file converter supporting over 1000 formats, including images, audio, video, documents, and more, powered by FFmpeg, GraphicsMagick, and other libraries.", + "install_methods": [ + { + "type": "default", + "script": "ct/convertx.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 20, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Complete setup via the web interface at http://:3000. Create and secure the admin account immediately.", + "type": "info" + } + ] }