diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/adminer.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/adminer.yml')
| -rw-r--r-- | public/v4/apps/adminer.yml | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/public/v4/apps/adminer.yml b/public/v4/apps/adminer.yml index fc8fe6e..8528f49 100644 --- a/public/v4/apps/adminer.yml +++ b/public/v4/apps/adminer.yml @@ -1,37 +1,37 @@ captainVersion: 4 services: - $$cap_appname: - image: adminer:$$cap_adminer_version - restart: always - environment: - ADMINER_PLUGINS: $$cap_adminer_plugins - ADMINER_DESIGN: $$cap_adminer_design - caproverExtra: - containerHttpPort: "8080" + $$cap_appname: + image: adminer:$$cap_adminer_version + restart: always + environment: + ADMINER_PLUGINS: $$cap_adminer_plugins + ADMINER_DESIGN: $$cap_adminer_design + caproverExtra: + containerHttpPort: '8080' caproverOneClickApp: - variables: - - id: $$cap_adminer_version - label: Adminer Version Tag - description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/ - defaultValue: "4" - validRegex: /^([^\s^\/])+$/ - - id: $$cap_adminer_design - label: "OPTIONAL: Adminer Design" - description: "List of designs: https://github.com/vrana/adminer/tree/master/designs" - validRegex: /^([a-zA-Z0-9-.])*$/ - - id: $$cap_adminer_plugins - label: "OPTIONAL: Adminer plugins (space separated)" - defaultValue: "" - validRegex: /^([a-zA-Z0-9-.\s])*$/ - instructions: - start: >- - Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. + variables: + - id: $$cap_adminer_version + label: Adminer Version Tag + description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/ + defaultValue: '4' + validRegex: /^([^\s^\/])+$/ + - id: $$cap_adminer_design + label: 'OPTIONAL: Adminer Design' + description: 'List of designs: https://github.com/vrana/adminer/tree/master/designs' + validRegex: /^([a-zA-Z0-9-.])*$/ + - id: $$cap_adminer_plugins + label: 'OPTIONAL: Adminer plugins (space separated)' + defaultValue: '' + validRegex: /^([a-zA-Z0-9-.\s])*$/ + instructions: + start: >- + Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. - For more details, see: https://github.com/vrana/adminer + For more details, see: https://github.com/vrana/adminer - Enter your Adminer Configuration parameters and click on next. It will take about a minute for the process to finish. - end: Adminer is deployed and available as $$cap_appname - displayName: Adminer - isOfficial: true - description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP - documentation: "Taken from https://hub.docker.com/_/adminer " + Enter your Adminer Configuration parameters and click on next. It will take about a minute for the process to finish. + end: Adminer is deployed and available as $$cap_appname + displayName: Adminer + isOfficial: true + description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP + documentation: 'Taken from https://hub.docker.com/_/adminer ' |
