TryGhost / TryGhost/docker-library-ghost

Create environment variable for API KEY and sync content from ghost remote

Open
#424 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
796
Forks
319
Avg merge
7h 42m
Merged PRs (30d)
6

Description

It'd be great to have an environment variable GHOST_API_KEY that enables access to remote Ghost content from the domain:

version: "3.1"

services:
  ghost:
    image: ghost:alpine
    ports:
      - "3001:2368"
    volumes:
      # Mount only the specific directories you need
      - ./ghost-content:/var/lib/ghost/content
    environment:
      NODE_ENV: development
      database__connection__filename: /var/lib/ghost/content/data/ghost.db
      url: https://website.ghost.io
      GHOST_API_KEY: ?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by reviewing the Docker image configuration and how Ghost content is currently handled; clarify how GHOST_API_KEY should enable remote synchronization and define the expected behavior before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.