From 15607edf2c9c51c79d11f4ed4ccdd9b711680cbf Mon Sep 17 00:00:00 2001 From: Ronald Loyko <108372764+ronaldloyko@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:30:43 +0700 Subject: [PATCH] feat(cockpit): update configuration (#965) Co-authored-by: Ronald Loyko --- public/v4/apps/cockpit.yml | 25 ++++++++++++------------- 1 file 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