-
released this
2025-11-29 13:09:50 +00:00 | 33 commits to main since this releaseRelease v0.0.5
Documentation-only release that corrects router configuration examples in README.md to match the actual implementation.
🔧 Fixed
Router Configuration Documentation
- Removed incorrect
tls.certResolverfrompages-custom-domains-httpsrouter example- The catch-all router should NOT have a certResolver
- Individual domains get their own routers dynamically created in Redis with proper SSL configuration
- Updated custom domain setup instructions:
- Added step 3: Configure Traefik static config with Redis provider
- Clarified that plugin writes router configurations to Redis
- Explained that Traefik Redis provider loads routers and requests SSL certificates automatically
- Fixed configuration examples to match actual implementation behavior
📚 Documentation
- Updated custom domain setup with Redis provider configuration requirement
- Clarified catch-all router behavior vs. individual Redis routers
- Added explanatory comments to router configuration examples
📝 Note
This is a documentation-only release. No code changes from v0.0.4. The configuration examples in the README were incorrect and could cause confusion. This release corrects those examples to match how the Redis router integration actually works.
See CHANGELOG.md for full details.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Removed incorrect