What's New
Features
- XDG_CONFIG_HOME support: Config files now respect
$XDG_CONFIG_HOMEenvironment variable - Auto-generated traefik config header: Generated file-provider configs now include a header comment with repository link and regeneration instructions
Improvements
- Consolidated console instances and progress bar patterns for consistency
- Refactored executor and operations to eliminate code duplication
- Added project metadata to pyproject.toml (license, keywords, classifiers, URLs)
Examples
- Replaced trivial examples with real-world services (traefik, mealie, uptime-kuma, paperless-ngx, autokuma)
- Examples now demonstrate dual Traefik routes (HTTPS for custom domains, HTTP for .local LAN access)
- Added AutoKuma labels to demonstrate automatic Uptime Kuma monitor creation
- autokuma example demonstrates multi-host
allkeyword feature
Documentation
- Updated examples README with comprehensive patterns documentation
- Clarified NFS + PostgreSQL limitations