[PR #1361] New script : Ghost #2974

Closed
opened 2025-11-20 05:32:48 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/1361

State: closed
Merged: Yes


✍️ Description

This pull request adds support for Ghost, an open-source CMS (https://ghost.org/).


  • Related Discussion:167

🛠️ Type of Change

Please check the relevant options:

  • New feature (non-breaking change that adds functionality)
  • Bug fix (non-breaking change that resolves an issue)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

To make the setup easy, the script sets up Ghost using localhost as a domain (ghost doesn't support IPs) and listens on 0.0.0.0 to still receive requests from the outside. It's normally designed to run with a domain in production, or on your local machine for testing (not on another in your network), but for a plug-and-play solution, this works well.
You are also required to run ghost commands as a non-root user, so the script also creates the "ghost-user" for that. I mention this in the json file, in case the user needs access to them (starting and stopping can still be done by root as it's a service).

**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/1361 **State:** closed **Merged:** Yes --- ## ✍️ Description This pull request adds support for Ghost, an open-source CMS (https://ghost.org/). - - - - Related Discussion:[167](https://github.com/community-scripts/ProxmoxVE/discussions/167) --- ## 🛠️ Type of Change Please check the relevant options: - - [ ] New feature (non-breaking change that adds functionality) - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) To make the setup easy, the script sets up Ghost using localhost as a domain (ghost doesn't support IPs) and listens on 0.0.0.0 to still receive requests from the outside. It's normally designed to run with a domain in production, or on your local machine for testing (not on another in your network), but for a plug-and-play solution, this works well. You are also required to run ghost commands as a non-root user, so the script also creates the "ghost-user" for that. I mention this in the json file, in case the user needs access to them (starting and stopping can still be done by root as it's a service).
saavagebueno added the pull-request label 2025-11-20 05:32:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2974