Ghost Docker on Hack Club Nest
Ghost configuration for my personal blog, hosted on Hack Club Nest.
- Support for
DATABASE_HOSTenvironment variable to allow using external databases (or reusing the same MySQL database container with some Docker networking magic).- Additionally, support for overriding the database name for both Ghost and the ActivityPub bridge via
DATABASE_NAMEandDATABASE_NAME_APenvironment variables.
- Additionally, support for overriding the database name for both Ghost and the ActivityPub bridge via
- Use of
dotenvxfor Git-based secret management. - Encrypted secrets on
.env.productionfile withdotenvx
MIT