diff options
| author | Maarten Siersema <[email protected]> | 2020-06-19 17:55:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-19 11:55:19 -0400 |
| commit | 7bf052c42288844401b948748661e243af4a9817 (patch) | |
| tree | dd54883d693024979b150455f68fa351566ca64b | |
| parent | 9efb299ac74732200377fd50762fca9c7d659770 (diff) | |
| download | caprover-one-click-apps-7bf052c42288844401b948748661e243af4a9817.tar.gz caprover-one-click-apps-7bf052c42288844401b948748661e243af4a9817.zip | |
Added cockpit one-click configuration and logo (#191)
* Added cockpit one-click configuration and logo
* Added displayName
* modified storage path
| -rw-r--r-- | public/v2/apps/cockpit.json | 31 | ||||
| -rw-r--r-- | public/v2/logos/cockpit.png | bin | 0 -> 8745 bytes |
2 files changed, 31 insertions, 0 deletions
diff --git a/public/v2/apps/cockpit.json b/public/v2/apps/cockpit.json new file mode 100644 index 0000000..ec08a8f --- /dev/null +++ b/public/v2/apps/cockpit.json @@ -0,0 +1,31 @@ +{ + "captainVersion": "2", + "documentation": "Read the documentation @ https://github.com/agentejo/cockpit-docker", + "displayName": "Cockpit", + "description": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.", + "dockerCompose": { + "version": "3.7", + "services": { + "$$cap_appname": { + "image": "agentejo/cockpit:$$cap_cockpit_version", + "containerHttpPort": "80", + "volumes": [ + "$$cap_appname-storage:/var/www/html/storage" + ], + "restart": "always" + } + } + }, + "instructions": { + "start": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.", + "end": "Cockpit is deployed and available as $$cap_appname. \n\n IMPORTANT: Navigate to /install to finish the installation and to create an admin user!" + }, + "variables": [ + { + "id": "$$cap_cockpit_version", + "label": "cockpit version tag", + "description": "Checkout their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags", + "defaultValue": "0.9.3" + } + ] +} diff --git a/public/v2/logos/cockpit.png b/public/v2/logos/cockpit.png Binary files differnew file mode 100644 index 0000000..0fc925f --- /dev/null +++ b/public/v2/logos/cockpit.png |
