Update phpmyadmin.json

This commit is contained in:
CanbiZ 2025-04-29 14:01:14 +02:00
parent d3ed400c5f
commit 5b6b501ad1

View File

@ -1,35 +1,40 @@
{ {
"name": "PhpMyAdmin", "name": "PhpMyAdmin",
"slug": "phpmyadmin", "slug": "phpmyadmin",
"categories": [ "categories": [
8 8
], ],
"date_created": "2025-04-29", "date_created": "2025-04-29",
"type": "addon", "type": "addon",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://www.phpmyadmin.net/docs/", "documentation": "https://www.phpmyadmin.net/docs/",
"config_path": "Debian/Ubuntu: /var/www/html/phpMyAdmin | Alpine: /usr/share/phpmyadmin", "config_path": "Debian/Ubuntu: /var/www/html/phpMyAdmin | Alpine: /usr/share/phpmyadmin",
"website": "https://www.phpmyadmin.net/", "website": "https://www.phpmyadmin.net/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/phpmyadmin.svg", "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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "tools/addon/phpmyadmin.sh", "script": "tools/addon/phpmyadmin.sh",
"resources": { "resources": {
"cpu": null, "cpu": null,
"ram": null, "ram": null,
"hdd": null, "hdd": null,
"os": "Debian", "os": null,
"version": "12" "version": null
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
} {
"text": "Execute within an existing LXC Console",
"type": "warning"
}
]
}