rebrand: rename ImmichFrame to Frambe throughout README
This commit is contained in:
@@ -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.
|
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
|
### 3. Run with Docker directly
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build -t immich-frame .
|
docker build -t frambe .
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name immich-frame \
|
--name frambe \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-e IMMICH_URL=http://your-immich-server:2283 \
|
-e IMMICH_URL=http://your-immich-server:2283 \
|
||||||
-e IMMICH_API_KEY=your-api-key \
|
-e IMMICH_API_KEY=your-api-key \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
immich-frame
|
frambe
|
||||||
```
|
```
|
||||||
|
|
||||||
## ⚙️ Configuration
|
## ⚙️ 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 │
|
│ (Tablet) │◄───────►│ (Node.js) │◄───────►│ Server │
|
||||||
└──────────────┘ :3000 └──────────────┘ :2283 └──────────────┘
|
└──────────────┘ :3000 └──────────────┘ :2283 └──────────────┘
|
||||||
```
|
```
|
||||||
@@ -110,6 +110,7 @@ The Node.js backend acts as a secure proxy — your Immich API key never reaches
|
|||||||
|
|
||||||
## 📋 Version History
|
## 📋 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
|
- **1.0.0** — Initial release: album browser, slideshow with crossfade, clock/date/EXIF overlays, touch & keyboard controls, Docker deployment
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|||||||
Reference in New Issue
Block a user