diff options
| author | Ronald Loyko <[email protected]> | 2023-07-13 23:30:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-13 09:30:43 -0700 |
| commit | 15607edf2c9c51c79d11f4ed4ccdd9b711680cbf (patch) | |
| tree | d2bc3233675440f0976d7e8ffab1d83d27325123 /public | |
| parent | 16c5aebfb3e6a701cbf96bf8c495b0cf94b750c0 (diff) | |
| download | caprover-one-click-apps-15607edf2c9c51c79d11f4ed4ccdd9b711680cbf.tar.gz caprover-one-click-apps-15607edf2c9c51c79d11f4ed4ccdd9b711680cbf.zip | |
feat(cockpit): update configuration (#965)
Co-authored-by: Ronald Loyko <[email protected]>
Diffstat (limited to 'public')
| -rw-r--r-- | public/v4/apps/cockpit.yml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/public/v4/apps/cockpit.yml b/public/v4/apps/cockpit.yml index c3226bc..7a2d2f2 100644 --- a/public/v4/apps/cockpit.yml +++ b/public/v4/apps/cockpit.yml @@ -1,23 +1,22 @@ captainVersion: 4 services: $$cap_appname: - image: agentejo/cockpit:$$cap_cockpit_version + image: cockpithq/cockpit:core-$$cap_COCKPIT_VERSION volumes: - - $$cap_appname-storage:/var/www/html/storage - restart: always + - $$cap_appname:/var/www/html caproverOneClickApp: variables: - - id: $$cap_cockpit_version - label: cockpit version tag - description: Check out their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags - defaultValue: 0.9.3 + - id: $$cap_COCKPIT_VERSION + label: Version + description: Check out their Docker page for the valid tags https://hub.docker.com/r/cockpithq/cockpit/tags + defaultValue: 2.5.2 instructions: - start: Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and API-driven CMS. + start: >- + Cockpit is a self-hosted, flexible and user-friendly headless content platform for creating custom digital experiences. end: >- - Cockpit is deployed and available as $$cap_appname. - - IMPORTANT: Navigate to /install to finish the installation and to create an admin user! + Cockpit has been successfully deployed! It might take few moments before it's fully started. + Navigate to `http://$$cap_appname.$$cap_root_domain/install` to finish the installation. displayName: Cockpit isOfficial: true - description: Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and API-driven CMS. - documentation: Read the documentation @ https://github.com/agentejo/cockpit-docker + description: Headless Content Platform + documentation: https://github.com/Cockpit-HQ/Cockpit |
