Features
* Cache configuration is logged (info level) on start-up
* Add CI-specific documentation in the README
Changes
* Extra index URLs and TTLs in environment variables `PROXPI_EXTRA_INDEX_URLS` and `PROXPI_EXTRA_INDEX_TTLS` are comma-separated instead of white-space separated
* Package file download (eg due to cache directory permissions, or to unauthorised request) will redirect client to download from original URL instead of crashing server
Improvements
* Jinja is required
* Cached files are saved using original filename
Fixes
* Docker image has `lxml` installed