Initial Filamenteka setup - Bambu Lab filament tracker
- React + TypeScript frontend with automatic color coding - Confluence API integration for data sync - AWS Amplify deployment with Terraform - Support for all Bambu Lab filament colors including gradients
This commit is contained in:
11
terraform/terraform.tfvars.example
Normal file
11
terraform/terraform.tfvars.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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"
|
||||
|
||||
confluence_api_url = "https://your-domain.atlassian.net"
|
||||
confluence_token = "your_confluence_api_token"
|
||||
confluence_page_id = "your_confluence_page_id"
|
||||
|
||||
# Optional: Custom domain
|
||||
# domain_name = "filamenteka.yourdomain.com"
|
||||
Reference in New Issue
Block a user