https://github.com/diploi/component-ghost
Official Diploi component for Ghost
https://github.com/diploi/component-ghost
blogging cms component deployable diploi docker ghost starter-kit static-site
Last synced: 7 months ago
JSON representation
Official Diploi component for Ghost
- Host: GitHub
- URL: https://github.com/diploi/component-ghost
- Owner: diploi
- Created: 2025-07-01T08:09:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T11:30:55.000Z (7 months ago)
- Last Synced: 2025-09-03T13:24:23.079Z (7 months ago)
- Topics: blogging, cms, component, deployable, diploi, docker, ghost, starter-kit, static-site
- Language: CSS
- Homepage: https://diploi.com/component/ghost
- Size: 741 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Ghost Component for Diploi
[](https://diploi.com/component/ghost)
[](https://diploi.com/component/ghost)
[](https://diploi.com/component/ghost)
Start with a free trial, no account required
https://diploi.com/component/ghost
Run [Ghost](https://ghost.org/) on Diploi.
Uses the official [ghost](https://hub.docker.com/_/ghost/) Docker image.
## Operation
Includes custom storage adapters for Diploi. These save images, files and media to a storage volume that will persist between reboots.
This volume can be found at `/data` on the Ghost `app` container.
### Getting started
1. **Sign up** for Diploi at `https://console.diploi.com/` using your GitHub account.
2. In your dashboard, click **Create Project +**
3. Under **Pick Components**, choose **Ghost**
If you want to expand your Ghost blog with other tools, like a backend framework to add an API, in this section, you can add them. They will all be hosted on a single server, reducing costs and complexity.
4. In **Pick Add-ons**, select any databases or tools you want to include.
5. In **Repository**, choose **Create Repository** which will generate a new GitHub repo for you.
6. Click **Launch Stack**
Check the full guide https://diploi.com/blog/hosting_a_ghost_blog
### Development
When running a development environment, Ghost will be run in development mode too.
This will allow you to develop custom themes and plugins with ease.
To learn more about developing on Ghost, see the [Developing Themes](https://ghost.org/docs/install/local/#developing-themes) section of their docs.
### Production
The production image will be an optimized, minimal version with your custom code baked in.
Depending on which features you have been working on, you might have to apply them in the Ghost Admin panel (like themes and plugins).
## Links
- [Ghost documentation](https://ghost.org/docs/)