mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
fix: restore htmx pagination and seed theme defaults
This commit is contained in:
parent
4f7d39acba
commit
6e9ba244c9
14 changed files with 66 additions and 28227 deletions
14
.env.example
14
.env.example
|
|
@ -13,7 +13,7 @@
|
|||
# HOST=0.0.0.0 # Uvicorn bind host (only when APP_MODE=web).
|
||||
# PORT=8080 # Uvicorn port.
|
||||
# WORKERS=1 # Uvicorn worker count.
|
||||
APP_VERSION=v2.3.1 # Matches dockerhub compose.
|
||||
APP_VERSION=v2.3.2 # Matches dockerhub compose.
|
||||
|
||||
############################
|
||||
# Theming
|
||||
|
|
@ -46,18 +46,18 @@ WEB_THEME_PICKER_DIAGNOSTICS=0 # 1=enable uncapped synergies, diagnostics f
|
|||
############################
|
||||
# Random Modes (alpha)
|
||||
############################
|
||||
# RANDOM_MODES=1 # Enable backend random build endpoints
|
||||
# RANDOM_UI=1 # Show Surprise/Reroll/Share controls in UI
|
||||
# RANDOM_MAX_ATTEMPTS=5 # Cap retry attempts for constrained random builds
|
||||
RANDOM_MODES=1 # Enable backend random build endpoints
|
||||
RANDOM_UI=1 # Show Surprise/Reroll/Share controls in UI
|
||||
RANDOM_MAX_ATTEMPTS=5 # Cap retry attempts for constrained random builds
|
||||
# RANDOM_TIMEOUT_MS=5000 # Per-attempt timeout (ms)
|
||||
# HEADLESS_RANDOM_MODE=1 # Force headless runner to invoke random flow instead of scripted build
|
||||
# RANDOM_THEME=Treasure # Legacy single-theme alias (maps to primary theme if others unset)
|
||||
# RANDOM_PRIMARY_THEME=Treasure # Primary theme slug (case-insensitive)
|
||||
# RANDOM_SECONDARY_THEME=Artifacts # Secondary theme slug
|
||||
# RANDOM_TERTIARY_THEME=Tokens # Tertiary theme slug
|
||||
# RANDOM_AUTO_FILL=1 # Auto-fill missing secondary/tertiary slots
|
||||
# RANDOM_AUTO_FILL_SECONDARY=1 # Explicit secondary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
# RANDOM_AUTO_FILL_TERTIARY=1 # Explicit tertiary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
RANDOM_AUTO_FILL=1 # Auto-fill missing secondary/tertiary slots
|
||||
RANDOM_AUTO_FILL_SECONDARY=1 # Explicit secondary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
RANDOM_AUTO_FILL_TERTIARY=1 # Explicit tertiary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
# RANDOM_STRICT_THEME_MATCH=0 # Require strict commander theme matches
|
||||
# RANDOM_CONSTRAINTS= # Inline JSON or path to JSON constraints for random selection
|
||||
# RANDOM_CONSTRAINTS_PATH= # Alternate path-based constraints override (takes precedence if set)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue