From 5839bba72a56cc29077f63f7daa038995fb09dfb Mon Sep 17 00:00:00 2001 From: Paul Nothaft Date: Mon, 29 Jun 2026 22:24:56 +0200 Subject: [PATCH] docs: prominent migration banner at the top of README (#669) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub-flavored `> [!IMPORTANT]` callout right below the title, before the badges/hero block, so it's the first thing a visitor or repo browser sees in the rendered README. Mirrors the in-app banner (#687) so an operator gets the same message whether they're browsing the repo or logged into the admin dashboard. Body covers: - Image-path change with the literal new path - Branch rename (beta → main, main → stable) with auto-redirect note - Link to docs/migration-to-org.md for the exact compose-file edit Remove (or downgrade to a regular note) after the migration window settles, same lifecycle as the in-app banner constant. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f30a39e9..7c760674 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # 📸 PicPeak - Open Source Photo Sharing for Events +> [!IMPORTANT] +> **PicPeak has moved to its own GitHub organization.** +> +> - **Docker images** are now published at `ghcr.io/picpeak/picpeak/{backend,frontend}`. The old path (`ghcr.io/the-luap/picpeak/...`) is no longer served — update your `docker-compose.yml`. +> - **Branches**: active development is now on `main` (was `beta`); the curated stable channel is now `stable` (was `main`). Existing PRs and clones auto-redirect via GitHub. +> +> See **[`docs/migration-to-org.md`](docs/migration-to-org.md)** for the one-line `docker-compose.yml` edit and full details. +
PicPeak Logo