* Add support for names to scale down multiple containers
* Revert loading to old version
* Add tests for multiple
* Add tests for blocking strategy
* Rollback loading.html
* Update README.md
Co-authored-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
* feat: add blocking strategy
* docs: add examples for blocking strategy
* ci: run go tests recursively
* perf: wait for BlockCheckInterval for each request
* fix: use camel case instead of snake case for yaml config
* docs: add loading and error page customization as a feature
* fix: use errorPage
* fix: return json instead of html page
* set json key
* update development config
* docs: add comment about custom loading pages
* ci: add beta release
* add option for custom loading and error pages
* document custom landing pages
* link to example templates
* update loading page template to match template actually in-use