Ghost
Based on Ghost.
Ghost is a free and open-source content management system (CMS) and blogging platform. Spin up a Ghost instance within minutes using the Ghost service within Coolify!
Get started
Follow the steps below to setup a Ghost instance:
- From Coolify dashboard, select "+ Create New Resource".
- Choose "Service"
- Select "Ghose (MySQL)"
- In the Configurations tab, type out the URL for the Ghost instance (Setup DNS records before deploying)
- Click "Save" and then click "Deploy" to start the service
- Your new Ghost instance will be live within a few minutes!
Access Ghost and set it up
Once the Ghost instance is up and running, follow the steps to set up a user:
- Access the Ghost blog by navigating to the URL which you specified in the Configuration
- To setup an administrator user, navigate to https://YOUR_GHOST_URL/ghost (ex. https://www.example.com/ghost) and follow the steps
Set up email for Ghost
You can set up email service for Ghost by using enviroment variables. Specify the following enviroment variables inside the service's Secrets tab within Coolify:
- mail__options__from - Specify the from email address (If you receive an error when sending emails, try changing mail__options__from to mail__from instead)
- mail__transport - Preferably SMTP
- mail__options__host - The SMTP host url, get this from your mail provider
- mail__options__port - The SMTP port to use, get this from your mail provider
- mail__options__secureConnection - true if using HTTPS
- mail__options__auth__user - SMTP username, get this from your mail provider
- mail__options__auth__password - Password for the SMTP username, get this from your mail provider
Save the secrets and redeploy your Ghost instance. You should now be able to send emails using Ghost!