Self-hosted PWA to scan, manage and value your LEGOยฎ collection
10K+
Self-hosted PWA to scan, manage and value a LEGOยฎ collection โ built for a whole family on one shared database, with an optional collector mode for people who buy and sell at flea markets.
Photo โ recognition โ collection. Photograph a minifigure or set with your phone, tap the match, done.
๐ Full documentation on GitHubโ ยท ๐ฉ๐ช Deutsches Handbuchโ
| Scan | Collection | Statistics |
|---|---|---|
![]() | ![]() | ![]() |
services:
brickfolio:
image: melle79/brickfolio:latest
container_name: brickfolio
restart: unless-stopped
ports:
- "8300:8300"
volumes:
- ./data:/data
docker compose up -d
Open http://<server>:8300 โ a setup wizard walks you through the admin
account, the display name and the API keys, and every step can be skipped.
Everything is optional โ the setup wizard asks for the keys, or use environment variables:
| Variable | Purpose |
|---|---|
ADMIN_USER / ADMIN_PASSWORD | Create the admin account unattended |
REBRICKABLE_KEY | Catalogue search by name |
BL_CONSUMER_KEY / BL_CONSUMER_SECRET / BL_TOKEN / BL_TOKEN_SECRET | BrickLink prices and set contents |
BACKUP_KEEP | How many daily backups to keep (default 14) |
The database lives in /data โ that is the only volume that matters.
Architectures: linux/amd64 โ that is x86-64, so any ordinary
Intel or AMD machine: a PC, an Intel NAS, an old office desktop โ and
linux/arm64 for Raspberry Pi, ARM NAS and Apple Silicon. Docker picks the
right one by itself; the command is the same everywhere.
Also available as ghcr.io/melle79/brickfolio.
| Tag | What it is |
|---|---|
latest | The newest release. Pre-releases are excluded on purpose. |
2.79.2, 2.79, 2 | Pinned to a release, down to the level you want. |
main | Follows the development branch โ newest, least tested. |
Your collection stays on your server โ there is no Brickfolio service in between and no account to sign up for. Prices and catalogue search use your own free BrickLink and Rebrickable keys.
LEGOยฎ is a trademark of the LEGO Group, which does not sponsor, authorise or endorse this project. Private hobby project, MIT licensed.
Content type
Image
Digest
sha256:b40c2000cโฆ
Size
77.6 MB
Last updated
12 days ago
docker pull melle79/brickfolio