Skip to content

Migration: PicPeak has moved to its own GitHub organization (June 2026) #690

Description

@the-luap

PicPeak's GitHub home and Docker image registry moved in June 2026. Read this if your docker-compose.yml stopped pulling, your CI broke, or you came here from a stale link.

What changed

Before After
Repo URL github.com/the-luap/picpeak github.com/PicPeak/picpeak
Docker images ghcr.io/the-luap/picpeak/{backend,frontend} ghcr.io/picpeak/picpeak/{backend,frontend}
Active dev branch beta main
Stable channel branch main stable

The single edit operators need to make

In your docker-compose.yml:

-    image: ghcr.io/the-luap/picpeak/backend:${PICPEAK_CHANNEL:-stable}
+    image: ghcr.io/picpeak/picpeak/backend:${PICPEAK_CHANNEL:-stable}
-    image: ghcr.io/the-luap/picpeak/frontend:${PICPEAK_CHANNEL:-stable}
+    image: ghcr.io/picpeak/picpeak/frontend:${PICPEAK_CHANNEL:-stable}

Then:

docker compose pull
docker compose up -d

What auto-redirects (no edit needed)

  • Browser links + git clone + git fetch against github.com/the-luap/picpeak → handled by GitHub's repo-rename redirect indefinitely.
  • API calls to api.github.com/repos/the-luap/picpeak → same.

What does NOT auto-redirect

  • GHCR image paths. ghcr.io/the-luap/picpeak/* returns 404. You must update your compose file.

Full migration details

For contributors

  • Feature PRs and most bugfix PRs → target main
  • Bugfix that needs to ship to current stable users → small surgical PR against stable (see CONTRIBUTING.md for the hard rule on PR scope)
  • The "fork from beta" instruction is now "fork from main"

Got stuck?

Open a new issue with the error message and what command produced it. Tag this issue (#NNN) for context.


This issue is pinned as a permanent reference. It will stay open through the migration window and beyond — no action required from you on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions