Updated plugin version references from v0.0.7 to v0.0.8 in
Traefik configuration examples.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add prominent Redis/Valkey requirement section to Quick Start
Added "Important: Redis/Valkey Requirement" section highlighting that
Redis or Valkey is strongly recommended for production deployments.
Key points covered:
- Custom domain HTTPS requires Redis for Traefik provider
- Persistent caching across plugin restarts
- Shared cache for multiple Traefik instances
- Custom domain mapping persistence
- Clear list of features unavailable without Redis
- Quick setup commands for Docker
- Added Redis/Valkey to prerequisites list
This ensures users understand Redis is essential for full functionality,
especially custom domain HTTPS support.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add Redis provider configuration to Traefik setup examples
Updated both Docker Compose and Standalone Traefik sections to include
Redis provider configuration in traefik.yml:
- Added providers.redis section with endpoints and rootKey
- Included optional password authentication
- Added configuration notes explaining Redis provider purpose
- Linked to Traefik Redis Provider documentation
- Noted that Redis provider is required for custom domain SSL
This enables dynamic router registration for custom domains with
automatic SSL certificate generation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Create comprehensive Quick Start guide with Traefik and Docker setup
Split Quick Start section from Home page into dedicated comprehensive guide:
- Added detailed Docker Compose setup instructions
- Added standalone Traefik setup instructions
- Included architecture overview and prerequisites
- Added complete configuration examples with explanations
- Included troubleshooting section
- Added verification steps
- Linked to Traefik and Docker documentation
- Provided next steps and additional resources
Updated Home page:
- Added Quick Start link to Getting Started section
- Replaced inline setup with link to comprehensive guide
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>