summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/phpmyadmin.json
blob: 3e371b059834dd844dedb216235a079a1505ca6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "captainVersion": "2",
    "documentation": "Taken from https://hub.docker.com/r/phpmyadmin/phpmyadmin/",
    "description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web",
    "dockerCompose": {
        "version": "3.3",
        "services": {
            "$$cap_appname": {
                "image": "phpmyadmin/phpmyadmin:$$cap_pma_version",
                "restart": "always",
                "environment": {
                    "PMA_ARBITRARY": "1"
                }
            }
        }
    },
    "instructions": {
        "start": "PhpMyAdmin is the most popular web interface for MySQL & MariaDB. Simply install PhpMyAdmin and then select what database you want to connect to.\n\n Enter your PhpMyAdmin Configuration parameters and click on next. It will take about a minute for the process to finish.",
        "end": "PhpMyAdmin is deployed and available as $$cap_appname"
    },
    "variables": [{
        "id": "$$cap_pma_version",
        "label": "PHP My Admin Version Tag",
        "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/",
        "defaultValue": "4.8",
        "validRegex": "/^([^\\s^\\/])+$/"
    }]

}