Update ghost to version v5.118.0 (#2607)

This commit is contained in:
Alexander L. 2025-04-23 10:47:48 +02:00 committed by GitHub
parent 09c0eb1447
commit d63b3ba9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghost:5.116.2@sha256:14b392e299db38cf8907570f960b7ea55d8cd9386643252dfde6d33a82dcd2c3
image: ghost:5.118.0@sha256:d70b969df0144f54879d51cb600dcf2b18cc585162881d54bcef848c4903c871
restart: on-failure
user: "1000:1000"
volumes:
@ -20,6 +20,7 @@ services:
database__connection__password: umbrel
database__connection__database: ghost
url: http://${DEVICE_DOMAIN_NAME}:3368
security__staffDeviceVerification: "false"
db:
image: mysql:8.4.4@sha256:339598fe066c73daa4120f2d9dfefd3146c3519cd324748e1d3f9d2b6c71d10b

View File

@ -3,7 +3,7 @@ id: ghost
name: Ghost
tagline: A platform for creators to publish, grow, and monetize their content
category: files
version: "5.116.2"
version: "5.118.0"
port: 3368
description: >-
Ghost is a powerful, open-source content management system (CMS) primarily designed for professional bloggers, journalists, and content creators. Unlike more traditional CMS platforms like WordPress, which offer a wide range of plugins and customization options, Ghost focuses on providing a streamlined, fast, and minimalist platform that prioritizes the writing and publishing experience. It was initially created with bloggers in mind, but over time, it has evolved to include more features such as membership management, email newsletters, and monetization tools.
@ -38,7 +38,10 @@ gallery:
- 7.jpg
releaseNotes: >-
This release of Ghost includes the following updates:
- Minor bug fixes and improvements
- Added more social accounts to staff profiles
- Updated Source theme to v1.5.0 with added social links
- Updated Casper theme to v5.9.0 with added social links
- Bug fixes and performance improvements
Full release notes can be found at https://github.com/TryGhost/Ghost/releases