Precise the static path absolute path

This commit is contained in:
Gregoo 2025-01-18 20:21:49 +01:00
parent 5fa51c21a9
commit 68c18caaa1

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