Request: Ghost CMS

Yes, it is possible to install Ghost through portainer, but there are some differences in using Ghost with docker, I think it would be very useful if Ghost is added to the software list.

Thanks.

From DietPi point of view, we install latest Node.js v19. However, Ghost does not support this

root@DietPiR5S:~# npm install ghost-cli@latest -g
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'ghost-cli@1.23.1',
npm WARN EBADENGINE   required: { node: '^12.22.1 || ^14.17.0 || ^16.13.0' },
npm WARN EBADENGINE   current: { node: 'v19.3.0', npm: '9.2.0' }
npm WARN EBADENGINE }
1) Checking system Node.js version

Message: The version of Node.js you are using is not supported.
Supported: ^12.22.1 || ^14.17.0 || ^16.13.0
Installed: 19.3.0
See https://ghost.org/docs/faq/node-versions/ for more information

As well Ghost don’t like Debian

2) Checking system compatibility

Message: System stack checks failed with message: 'Linux version is not Ubuntu 16, 18, 20, or 22'