From 2409ab882e8036c3e68e5c5a5939fef5023413c9 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Tue, 19 May 2026 14:54:07 +1000 Subject: [PATCH] rebrand: rename ImmichFrame to Frambe throughout README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2705c4..eb3283c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🖼️ ImmichFrame +# 🖼️ Frambe A lightweight, self-contained Docker web application that connects to your [Immich](https://immich.app/) server and displays photos in a beautiful full-screen slideshow — perfect for turning old tablets, spare screens, and Raspberry Pis into digital photo frames. @@ -45,14 +45,14 @@ Open `http://your-server:3000` in a browser on your tablet/screen. ### 3. Run with Docker directly ```bash -docker build -t immich-frame . +docker build -t frambe . docker run -d \ - --name immich-frame \ + --name frambe \ -p 3000:3000 \ -e IMMICH_URL=http://your-immich-server:2283 \ -e IMMICH_API_KEY=your-api-key \ --restart unless-stopped \ - immich-frame + frambe ``` ## ⚙️ Configuration @@ -101,7 +101,7 @@ All settings are via environment variables: ``` ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ -│ Browser │ HTTP │ ImmichFrame │ API │ Immich │ +│ Browser │ HTTP │ Frambe │ API │ Immich │ │ (Tablet) │◄───────►│ (Node.js) │◄───────►│ Server │ └──────────────┘ :3000 └──────────────┘ :2283 └──────────────┘ ``` @@ -110,6 +110,7 @@ The Node.js backend acts as a secure proxy — your Immich API key never reaches ## 📋 Version History +- **1.1.0** — Rebrand to Frambe - **1.0.0** — Initial release: album browser, slideshow with crossfade, clock/date/EXIF overlays, touch & keyboard controls, Docker deployment ## 📄 License