summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/phpmyadmin.json
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
commit43505a20e85a0f38f700e91e7456b33aa32224a1 (patch)
tree3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v2/apps/phpmyadmin.json
parent2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff)
downloadcaprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz
caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip
migrated to v4
Diffstat (limited to 'public/v2/apps/phpmyadmin.json')
-rw-r--r--public/v2/apps/phpmyadmin.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/public/v2/apps/phpmyadmin.json b/public/v2/apps/phpmyadmin.json
deleted file mode 100644
index 0ef1df3..0000000
--- a/public/v2/apps/phpmyadmin.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "captainVersion": "2",
- "documentation": "Taken from https://hub.docker.com/r/phpmyadmin/phpmyadmin/",
- "displayName": "phpMyAdmin",
- "description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web",
- "isOfficial": true,
- "dockerCompose": {
- "version": "3.3",
- "services": {
- "$$cap_appname": {
- "image": "phpmyadmin/phpmyadmin:$$cap_pma_version",
- "restart": "always",
- "environment": {
- "PMA_ARBITRARY": "1",
- "UPLOAD_LIMIT": "$$cap_upload_limit"
- }
- }
- }
- },
- "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. \n\nNote: Once deployed you can easily change the upload limit file size by modifying the value in the variable in the menu: App Configs>UPLOAD_LIMIT.\n\nIf you need to upload files bigger than 500M you will also need to modify the option: 'client_max_body_size 500m' by clicking in the menu: HTTP Settings>Edit Default Nginx Configurations."
- },
- "variables": [
- {
- "id": "$$cap_upload_limit",
- "label": "File size upload limit",
- "description": "It will override the default value for apache and php-fpm inside the container. Default size is 2M",
- "defaultValue": "2M",
- "validRegex": "/^([^\\s^\\/])+$/"
- },
- {
- "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": "5.0.2",
- "validRegex": "/^([^\\s^\\/])+$/"
- }
- ]
-}