summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/phpmyadmin.json
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-08-14 13:00:30 -0400
committerKasra Bigdeli <[email protected]>2019-08-14 13:00:30 -0400
commitd5223e80f564cc21ca90f67008fa12f76e1f069e (patch)
treef241e5b065d7fa24dcef18923bbe653262788d9b /public/v2/apps/phpmyadmin.json
parent3f6dc9213224d35c97857f6db6aa20da5119ba67 (diff)
downloadcaprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.tar.gz
caprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.zip
Added v2
Diffstat (limited to 'public/v2/apps/phpmyadmin.json')
-rw-r--r--public/v2/apps/phpmyadmin.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/v2/apps/phpmyadmin.json b/public/v2/apps/phpmyadmin.json
new file mode 100644
index 0000000..66e2f9c
--- /dev/null
+++ b/public/v2/apps/phpmyadmin.json
@@ -0,0 +1,28 @@
+{
+ "captainVersion": "2",
+ "documentation": "Taken from https://hub.docker.com/r/phpmyadmin/phpmyadmin/",
+ "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": "Checkout their docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/",
+ "defaultValue": "4.8",
+ "validRegex": "/^([^\\s^\\/])+$/"
+ }]
+
+} \ No newline at end of file