Skip to content

Updated update-check service URL to check.ghost.org#28249

Open
rob-ghost wants to merge 1 commit into
mainfrom
chore/update-check-url-cf-worker
Open

Updated update-check service URL to check.ghost.org#28249
rob-ghost wants to merge 1 commit into
mainfrom
chore/update-check-url-cf-worker

Conversation

@rob-ghost
Copy link
Copy Markdown
Contributor

Problem

Ghost's update-check service runs on updates.ghost.org (a DigitalOcean droplet). It is being replaced by a Cloudflare Worker at check.ghost.org.

Solution

Point the default updateCheck.url at check.ghost.org. The new Worker is a backwards-compatible drop-in — identical request and response contract — so this is purely a default-endpoint change. updates.ghost.org stays up to drain existing installs, which keep their current config until they upgrade.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fea47fb2-7cb7-43bf-9c19-98101219d0b9

📥 Commits

Reviewing files that changed from the base of the PR and between 944fcdc and 7521983.

📒 Files selected for processing (1)
  • ghost/core/core/shared/config/defaults.json
✅ Files skipped from review due to trivial changes (1)
  • ghost/core/core/shared/config/defaults.json

Walkthrough

This PR updates the default update check service URL in Ghost's configuration file. The updateCheck.url setting in ghost/core/core/shared/config/defaults.json is changed from https://updates.ghost.org to https://check.ghost.org. This is a single-line configuration change that redirects the update checker to a new endpoint.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately describes the main change: updating the update-check service URL configuration from updates.ghost.org to check.ghost.org.
Description check ✅ Passed The description is directly related to the changeset, explaining the problem, solution, and reasoning behind the URL endpoint change with appropriate context about backwards compatibility.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-check-url-cf-worker

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

The update-check service has moved from updates.ghost.org to a backwards-compatible Cloudflare Worker at check.ghost.org. This points the default endpoint at the new service.
@rob-ghost rob-ghost force-pushed the chore/update-check-url-cf-worker branch from 944fcdc to 7521983 Compare May 29, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant