From 983938fc056b7cc8a4d0e802820842a1160e11ae Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:34:30 -0400 Subject: [PATCH] Update Ghost (#1093) - Fix URL Env to use the right schema - Added Setup Instructions --- apps/ghost/config.json | 2 +- apps/ghost/docker-compose.yml | 2 +- apps/ghost/metadata/description.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/ghost/config.json b/apps/ghost/config.json index e2edbcd5..744e519b 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 41, + "tipi_version": 42, "version": "5.60.0", "categories": [ "social", diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index 3b3af6fe..173ff809 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -16,7 +16,7 @@ services: database__connection__user: tipi database__connection__password: ${GHOST_DATABASE_PASSWORD} database__connection__database: ghosttipi - url: http://localhost:${APP_PORT} + url: ${APP_PROTOCOL:-http}://${APP_DOMAIN} volumes: - ${APP_DATA_DIR}/content:/var/lib/ghost/content networks: diff --git a/apps/ghost/metadata/description.md b/apps/ghost/metadata/description.md index e5f88c67..b0e7fb1e 100644 --- a/apps/ghost/metadata/description.md +++ b/apps/ghost/metadata/description.md @@ -1,3 +1,6 @@ +# Install Information + +After Ghost is installed, head over to https://yourdomain.com/ghost/ to finish setup and create the admin account! # A painless self-hosted Blog Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.