All apps · 0 apps
Ghost
OfficialDocker app from grtgbln's Repository
Overview
Ghost is an open-source software that lets you create your website with a blog.
Media gallery
Install Ghost on Unraid in a few clicks.
Find Ghost in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Ghost Review the template variables and paths Click Install
Requirements
Requires a separate MySQL database.
May require additional configuration after initial setup. See documentation: https://ghost.org/docs/config/#configuration-options
Categories
Download Statistics
376,650,994
Total Downloads
722,298
This Month
657,110
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Runtime arguments
- Web UI
http://[IP]:[PORT:2368]/- Network
bridge- Privileged
- false
Template configuration
Web UI PortPorttcp
Container Port: 2368
- Target
- 2368
- Default
- 2368
- Value
- 2368
URLVariable
The URL of your Ghost instance
- Target
- url
- Default
- http://localhost:2368
- Value
- http://localhost:2368
Database - HostVariable
Database host
- Target
- database__connection__host
Database - PortVariable
Database port
- Target
- database__connection__port
- Default
- 3306
- Value
- 3306
Database - UserVariable
Database user
- Target
- database__connection__user
Database - PasswordVariable
Database password
- Target
- database__connection__password
Database - NameVariable
Database name
- Target
- database__connection__database
Content Storage PathPath
Path to the content storage directory
- Target
- /var/lib/ghost/content
- Default
- /mnt/user/appdata/ghost/content
- Value
- /mnt/user/appdata/ghost/content
EnvironmentVariable
Environment to run Ghost in
- Target
- NODE_ENV
- Default
- production|development
Database - ClientVariable
Database client to use (e.g., mysql, sqlite3)
- Target
- database__client
- Default
- mysql
- Value
- mysql