rebrand: rename ImmichFrame to Frambe throughout README

This commit is contained in:
2026-05-19 14:54:07 +10:00
parent 2c4a64c73c
commit 2409ab882e
+6 -5
View File
@@ -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