From 5b6b501ad1f90868e919e2c6cf9b260e5581f9e2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:01:14 +0200 Subject: [PATCH] Update phpmyadmin.json --- frontend/public/json/phpmyadmin.json | 73 +++++++++++++++------------- 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/frontend/public/json/phpmyadmin.json b/frontend/public/json/phpmyadmin.json index 2895ddf37..95684c2af 100644 --- a/frontend/public/json/phpmyadmin.json +++ b/frontend/public/json/phpmyadmin.json @@ -1,35 +1,40 @@ { - "name": "PhpMyAdmin", - "slug": "phpmyadmin", - "categories": [ - 8 - ], - "date_created": "2025-04-29", - "type": "addon", - "updateable": true, - "privileged": false, - "interface_port": null, - "documentation": "https://www.phpmyadmin.net/docs/", - "config_path": "Debian/Ubuntu: /var/www/html/phpMyAdmin | Alpine: /usr/share/phpmyadmin", - "website": "https://www.phpmyadmin.net/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/phpmyadmin.svg", - "description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.", - "install_methods": [ - { - "type": "default", - "script": "tools/addon/phpmyadmin.sh", - "resources": { - "cpu": null, - "ram": null, - "hdd": null, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} \ No newline at end of file + "name": "PhpMyAdmin", + "slug": "phpmyadmin", + "categories": [ + 8 + ], + "date_created": "2025-04-29", + "type": "addon", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": "https://www.phpmyadmin.net/docs/", + "config_path": "Debian/Ubuntu: /var/www/html/phpMyAdmin | Alpine: /usr/share/phpmyadmin", + "website": "https://www.phpmyadmin.net/", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/phpmyadmin.svg", + "description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.", + "install_methods": [ + { + "type": "default", + "script": "tools/addon/phpmyadmin.sh", + "resources": { + "cpu": null, + "ram": null, + "hdd": null, + "os": null, + "version": null + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Execute within an existing LXC Console", + "type": "warning" + } + ] +}