- Import real data from PDF (35 Bambu Lab filaments) - Remove all Confluence integration and dependencies - Implement new V2 data structure with proper inventory tracking - Add backwards compatibility for existing data - Create enhanced UI components (ColorSwatch, InventoryBadge, MaterialBadge) - Add advanced filtering with quick filters and multi-criteria search - Organize codebase for dev/prod environments - Update Lambda functions to support both V1/V2 formats - Add inventory summary dashboard - Clean up project structure and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
447 B
Plaintext
12 lines
447 B
Plaintext
# Copy this file to terraform.tfvars and fill in your values
|
|
|
|
github_repository = "https://github.com/yourusername/filamenteka"
|
|
github_token = "ghp_your_github_token_here"
|
|
|
|
# Admin Authentication
|
|
jwt_secret = "your-secret-key-at-least-32-characters-long"
|
|
admin_username = "admin"
|
|
admin_password_hash = "bcrypt-hash-generated-by-generate-password-hash.js"
|
|
|
|
# Optional: Custom domain
|
|
# domain_name = "filamenteka.yourdomain.com" |