New Year revamp #40

Merged
FrederikBaerentsen merged 31 commits from gregoo/BrickTracker:master into master 2025-01-19 08:19:01 +01:00
Showing only changes of commit 68c18caaa1 - Show all commits

View File

@ -75,7 +75,7 @@
# Default: .pdf # Default: .pdf
# BK_INSTRUCTIONS_ALLOWED_EXTENSIONS=.pdf, .docx, .png # BK_INSTRUCTIONS_ALLOWED_EXTENSIONS=.pdf, .docx, .png
# Optional: Folder where to store the instructions, relative to the 'static/' folder # Optional: Folder where to store the instructions, relative to the '/app/static/' folder
# Default: instructions # Default: instructions
# BK_INSTRUCTIONS_FOLDER=/var/lib/bricktracker/instructions/ # BK_INSTRUCTIONS_FOLDER=/var/lib/bricktracker/instructions/
@ -122,7 +122,7 @@
# Default: minifigures.name ASC # Default: minifigures.name ASC
# BK_MINIFIGURES_DEFAULT_ORDER=minifigures.name ASC # BK_MINIFIGURES_DEFAULT_ORDER=minifigures.name ASC
# Optional: Folder where to store the minifigures images, relative to the 'static/' folder # Optional: Folder where to store the minifigures images, relative to the '/app/static/' folder
# Default: minifigs # Default: minifigs
# BK_MINIFIGURES_FOLDER=minifigures # BK_MINIFIGURES_FOLDER=minifigures
@ -141,7 +141,7 @@
# Default: inventory.name ASC, inventory.color_name ASC, is_spare ASC # Default: inventory.name ASC, inventory.color_name ASC, is_spare ASC
# BK_PARTS_DEFAULT_ORDER=total_missing DESC, inventory.name ASC # BK_PARTS_DEFAULT_ORDER=total_missing DESC, inventory.name ASC
# Optional: Folder where to store the parts images, relative to the 'static/' folder # Optional: Folder where to store the parts images, relative to the '/app/static/' folder
# Default: parts # Default: parts
# BK_PARTS_FOLDER=parts # BK_PARTS_FOLDER=parts
@ -212,7 +212,7 @@
# Default: set_number DESC, set_version ASC # Default: set_number DESC, set_version ASC
# BK_SETS_DEFAULT_ORDER=sets.year ASC # BK_SETS_DEFAULT_ORDER=sets.year ASC
# Optional: Folder where to store the sets images, relative to the 'static/' folder # Optional: Folder where to store the sets images, relative to the '/app/static/' folder
# Default: sets # Default: sets
# BK_SETS_FOLDER=sets # BK_SETS_FOLDER=sets