A web application for organizing and tracking LEGO sets, parts, and minifigures.
Go to file
2025-01-26 09:48:17 +01:00
bricktracker Trim the url in the progress message to make it more legible 2025-01-25 22:48:10 +01:00
docs Rename the bricktracker doc to overview 2025-01-24 16:05:46 +01:00
static Clear the socket when clicking the button 2025-01-25 23:06:00 +01:00
templates Dowloads instructions through a socket 2025-01-25 22:42:59 +01:00
__init__.py Massive rewrite 2025-01-17 11:03:00 +01:00
.dockerignore Incremental forward upgrades of the database 2025-01-20 17:43:15 +01:00
.env.sample Fix the default value 2025-01-25 19:02:54 +01:00
.gitignore Ignore static "minifigures" folder from compose.yaml 2025-01-24 10:26:25 +01:00
app.py Create the app outside of the global context of app.py to avoid any interference 2025-01-21 11:26:42 +01:00
CHANGELOG.md Add a changelog 2025-01-24 15:59:18 +01:00
compose.legacy.yml Update docker image version 2025-01-24 17:56:21 +01:00
compose.local.yaml Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
compose.yaml Update docker image version 2025-01-24 17:56:21 +01:00
Dockerfile Shave 100MB from the Docker image by not caching and removing some dependencies 2025-01-17 22:51:22 +01:00
entrypoint.sh Create the app outside of the global context of app.py to avoid any interference 2025-01-21 11:26:42 +01:00
LICENSE Initial commit 2024-02-28 19:58:47 +01:00
README.md Rename the bricktracker doc to overview 2025-01-24 16:05:46 +01:00
requirements.txt Added bs4 to requirements.txt 2025-01-22 22:59:45 +01:00
test-server.sh Reword unsetting external variables to avoid confusion on what it does 2025-01-24 12:32:57 +01:00

BrickTracker

A web application for organizing and tracking LEGO sets, parts, and minifigures. Uses the Rebrickable API to fetch LEGO data and allows users to track missing pieces and collection status.

Buy Me A Coffee

Features

  • Track multiple LEGO sets with their parts and minifigures
  • Mark sets as checked/collected
  • Mark minifigures as collected for a set
  • Track missing pieces
  • View parts inventory across sets
  • View minifigures across sets
  • Wishlist to keep track of what to buy

Prefered setup: pre-build docker image

Use the provided compose.yaml file.

See setup.

Usage

See first steps.

Documentation

Most of the pages should be self explanatory to use. However, you can find more specific documentation in the documentation.

You can find screenshots of the application in the overview documentation file.