{"id":20295682,"url":"https://github.com/zzrotdesign/alpine-ghost","last_synced_at":"2025-04-11T11:54:55.463Z","repository":{"id":144105489,"uuid":"55590350","full_name":"ZZROTDesign/alpine-ghost","owner":"ZZROTDesign","description":"Ghost Container running in Alpine Linux","archived":false,"fork":false,"pushed_at":"2017-04-25T02:15:09.000Z","size":19291,"stargazers_count":14,"open_issues_count":3,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T08:20:58.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZZROTDesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-06T08:51:40.000Z","updated_at":"2018-10-20T12:25:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"db79e014-1fa7-4a98-921d-d50713895f06","html_url":"https://github.com/ZZROTDesign/alpine-ghost","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZROTDesign%2Falpine-ghost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZROTDesign%2Falpine-ghost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZROTDesign%2Falpine-ghost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZROTDesign%2Falpine-ghost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZZROTDesign","download_url":"https://codeload.github.com/ZZROTDesign/alpine-ghost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248391310,"owners_count":21095988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T15:35:41.460Z","updated_at":"2025-04-11T11:54:55.448Z","avatar_url":"https://github.com/ZZROTDesign.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost on Alpine Linux\n\n[![](https://badge.imagelayers.io/zzrot/alpine-ghost:latest.svg)](https://imagelayers.io/?images=zzrot/alpine-ghost:latest 'Get your own badge on imagelayers.io') [![Build Status](https://travis-ci.org/ZZROTDesign/alpine-ghost.svg?branch=master)](https://travis-ci.org/ZZROTDesign/alpine-ghost) [![Docker Pulls](https://img.shields.io/docker/pulls/zzrot/alpine-ghost.svg?maxAge=2592000)](https://hub.docker.com/r/zzrot/alpine-ghost/)\n\nThis is a [Docker](https://www.docker.com/) image for [Ghost](https://ghost.org). This image runs with a base of [Alpine-Linux](http://www.alpinelinux.org/) making it extremely small, secure and fast.\n\nThis image is also available on [Docker Hub](https://hub.docker.com/r/zzrot/alpine-ghost/).\n\n## Usage\nWe recommend using our images in conjunction with [Docker-Compose](https://docs.docker.com/compose/). This allows for easier creation of containers with the proper volumes and ports enabled.\n\nWe have included an [example docker-compose](https://github.com/ZZROTDesign/alpine-ghost/blob/master/examples/docker-compose.example.yml) file to show how this image might be used both for development and production in a different project.\n\nThis image works out of the box with no volumes. It differs from the official Docker Ghost image by including a config.js file with some env variables defined.\n\n1. DEV_DOMAIN = Is the domain that is reachable on your development machine. This is typically your docker-machine host ip\n2. PROD_DOMAIN = When running this image in production (NODE_ENV=production), this is the domain that is used.\n\nThis image also runs with containers. It will accept a volume from your ghost content folder, as well as a custom config.js file. These must point to /var/lib/ghost/ - See the [example docker-compose](https://github.com/ZZROTDesign/alpine-ghost/blob/master/examples/docker-compose.example.yml) for specification.\n\n### Available ENV Variables\n\n- DEV_DOMAIN: URL for Ghost Blog running in Development\n- DEV_FORCE_ADMIN_SSL: Force SSL (secure HTTP or https) for the admin panel in Development\n\n- PROD_DOMAIN: URL for Ghost Blog running in Production\n- PROD_FORCE_ADMIN_SSL: Force SSL (secure HTTP or https) for the admin panel in Production\n\n#### Mail ENV VARIABLES\n\n- DEV_MAIL_TRANSPORT: Type of Transport used for Development Email\n- DEV_MAIL_SERVICE: The Service by which email will be sent in Development\n- DEV_MAIL_HOST: Hostname of the SMTP server (defaults to \"localhost\", not needed with DEV_MAIL_SERVICE)\n- DEV_MAIL_NAME: The name of the client server (defaults to machine name)\n- DEV_MAIL_USER: Username for the Development email service\n- DEV_MAIL_PASS: Password for the Development email service\n- DEV_MAIL_FROM: Address which the Development email will be sent from\n- DEV_MAIL_SECURE_CONNECTION: Use SSL (default is false, not needed with DEV_MAIL_SERVICE)\n- DEV_MAIL_PORT: Port of the SMTP server (defaults to 25, not needed with DEV_MAIL_SERVICE)\n- DEV_MAIL_IGNORE_TLS: Ignore server support for STARTTLS (defaults to false)\n- DEV_MAIL_DEBUG: Output client and server messages to console\n\n- PROD_MAIL_TRANSPORT: Type of Transport used for Production Email\n- PROD_MAIL_SERVICE: The Service by which email will be sent in Production\n- PROD_MAIL_HOST: Hostname of the SMTP server (defaults to \"localhost\", not needed with PROD_MAIL_SERVICE)\n- PROD_MAIL_NAME: The name of the client server (defaults to machine name)\n- PROD_MAIL_USER: Username for the Production email service\n- PROD_MAIL_PASS: Password for the Production email service\n- PROD_MAIL_FROM: Address which the Production email will be sent from\n- PROD_MAIL_SECURE_CONNECTION: Use SSL (default is false, not needed with PROD_MAIL_SERVICE)\n- PROD_MAIL_PORT: Port of the SMTP server (defaults to 25, not needed with PROD_MAIL_SERVICE)\n- PROD_MAIL_IGNORE_TLS: Ignore server support for STARTTLS (defaults to false)\n- PROD_MAIL_DEBUG: Output client and server messages to console\n\n## Getting Started\n\nTo run this container with the predefined defaults:\n\n    docker run -p 2368:2368 zzrot/alpine-ghost\n\nNow the Ghost container will be available at your.dockermachine.ip:2368.\n\nSee the example compose file for specification of including the ENV variables as well as the volumes.\n\n### Volumes\n\nThis image has one volume that can be utilized. By connecting a folder with:\n\n     /var/lib/ghost/\n\nYou can not only keep your data persistent, but also upload a custom config.js file. In order to do this connect your volume like this:\n\n     /your/contentfolder:/var/lib/ghost/\n\n\n## Contributing to Alpine-Ghost\n\n### Team members\n\n* [Sean Kilgarriff](https://github.com/Skilgarriff) sean@zzrot.com T: [@seankilgarriff](https://twitter.com/SeanKilgarriff)\n* [Killian Brackey](https://github.com/killianbrackey) killian@zzrot.com T: [@kmbrackey](https://twitter.com/kmbrackey)\n\nDon't hesitate to get in contact with either one of us with problems, questions, etc.\n\n\n### Adding new features\n\n* Fork it!\n* Create your feature branch: git checkout -b my-new-feature\n* Commit your changes: git commit -am 'Add some feature'\n* Push to the branch: git push origin my-new-feature\n* Submit a pull request :D\n\n\nDon’t get discouraged! We estimate that the response time from the\nmaintainers is around: 24 hours.\n\n## Reporting Security Issues\n\nIf you discover a security issue in this Docker image, please report it by sending an email to docker@zzrot.com\n\nThis will allow us to assess the risk, and make a fix available before we add a bug report to the GitHub repository.\n\nThanks for helping make this image safe for everyone!\n\n\n## License\n\nThe code is available under the [MIT License](https://github.com/ZZROTDesign/alpine-ghost/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzrotdesign%2Falpine-ghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzrotdesign%2Falpine-ghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzrotdesign%2Falpine-ghost/lists"}