Skip to content

Ghost

Ghost

x86-64 arm64 · 🐳 Docker · Documentation · http://<your.IP>:9190

Ghost is a powerful open-source publishing platform designed for professional publishing, newsletters, and modern blogs. It’s built on Node.js and provides a clean, fast, and customizable CMS experience.

Install from armbian-config β†’ Software β†’ Web Hosting β†’ Ghost

CLI install
armbian-config --cmd GHOST1

Initial setup includes:

  • automatic database schema setup on first run
  • admin account created via web interface
  • Default port: 9190
  • Admin URL: http://<your.IP>:9190/ghost (or behind reverse proxy like SWAG)
  • Site: http://<your.IP>:9190
  • Install directory: /armbian/ghost
Bash
docker logs -f ghost

All armbian-config commands

Action Command
Install armbian-config --api module_ghost install
Ghost CMS remove armbian-config --api module_ghost remove
Ghost CMS purge with data folder armbian-config --api module_ghost purge
Status armbian-config --api module_ghost status
Help armbian-config --api module_ghost help

Part of Armbian’s Web server, LEMP, reverse proxy, Let’s Encrypt SSL software.