Crema

Crema

Docker 应用程序 from Florian Dambrine's Repository

概述

Crema is a small Node.js LAN messenger for always-on displays. It serves a PWA, a display view, settings, history, and logs over HTTP.

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
特权
false

模板配置

Web/PWA PortPorttcp

Port used to access the Crema PWA, display, settings, history, and logs.

目标
3000
默认值
3000
价值
3000
Embedded Broker PortPorttcp

Socket.IO broker port. Other Crema peers can connect to ws://unraid-ip:[PORT].

目标
4000
默认值
4000
价值
4000
Data DirectoryPathrw

Persistent Crema runtime state: replies, shortcuts, Do Not Disturb state, history database, and event logs.

目标
/app/data
默认值
/mnt/user/appdata/crema
价值
/mnt/user/appdata/crema
Owner NameVariable

Display name for this Crema instance. Set a unique owner name for each peer.

目标
CREMA_OWNER
默认值
Unraid
价值
Unraid
TransportVariable

Transport mode: broker, dual, or p2p. Broker is recommended for Docker because it avoids .local/mDNS peer resolution.

目标
CREMA_TRANSPORT
默认值
broker
价值
broker
Embed BrokerVariable

Start Crema's lightweight broker inside this container.

目标
CREMA_EMBED_BROKER
默认值
1
价值
1
Broker URLVariable

Socket.IO broker URL used by this Crema app. Keep ws://127.0.0.1:4000 to use the embedded broker.

目标
CREMA_BROKER_URL
默认值
ws://127.0.0.1:4000
价值
ws://127.0.0.1:4000
Advertise Broker via mDNSVariable

Advertise this broker as _crema-broker._tcp via mDNS. Keep 0 for Docker and set other peers to ws://unraid-ip:4000 explicitly.

目标
CREMA_BROKER_ADVERTISE
默认值
0
价值
0
Allow P2P with Embedded BrokerVariable

Set to 1 only if you want embedded-broker containers to use dual/p2p mDNS discovery. Keep 0 for Docker.

目标
CREMA_ALLOW_P2P_IN_EMBEDDED_BROKER
默认值
0
价值
0
Resolve mDNS AddressesVariable

In p2p/dual mode, prefer IPv4 addresses returned by mDNS over .local hostnames. Set to 0 to use hostname-only mDNS resolution.

目标
CREMA_MDNS_RESOLVE_ADDRESSES
默认值
1
价值
1
Broker TokenVariable

Optional shared token. Must match the Crema Broker token when broker authentication is enabled.

目标
CREMA_BROKER_TOKEN
LatitudeVariable

Latitude used for the display day/night theme schedule.

目标
CREMA_LAT
默认值
49.8941
价值
49.8941
LongitudeVariable

Longitude used for the display day/night theme schedule.

目标
CREMA_LON
默认值
2.2958
价值
2.2958

下载统计数据

1,857
下载总数

详细信息

存储库
lowess/crema:latest
最后更新2026-05-28
初见2026-05-21

在Unraid 上运行 Crema 。

Crema 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。