From 3c148007d22880b7cab3c068b6034b9046995bf4 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Sat, 28 Dec 2024 09:36:33 +0100 Subject: [PATCH] Added option for rebrickable links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a8b42f..3417970 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ DOMAIN_NAME=https://your.domain.com If using locally, set `DOMAIN_NAME` to `http://localhost:3333`. +``` +LINKS=True +``` +Can be added to the `.env` file in order for set numbers to be links to Rebrickable on the front page. + 3. Deploy with Docker Compose: ```bash docker compose up -d @@ -77,6 +82,7 @@ services: environment: - REBRICKABLE_API_KEY=your_api_key_here - DOMAIN_NAME=https://your.domain.com + - LINKS=True #optional, enables set numbers to be Rebrickable links on the front page. ``` If using locally, set `DOMAIN_NAME` to `http://localhost:3333`.