This repository has been archived by the owner on May 7, 2024. It is now read-only.
v0.14.4
- Added support for
TAGS
in all major Kong Entities (Starting from Kong1.1.0-rc1
). - Konga can now be used without authentication. In order to do that,
simply set the env varNO_AUTH=true
. - You can now seed default Users and Kong Connections on first install.
Check out the docs. - The new env var
BASE_URL
, allows you to run Konga behind a reverse proxy on a relative path.
For example, if you configure your proxy to route requests toexample.com/konga
you will need to setBASE_URL=/konga/
- Fix compatibility with new
response-ratelimiting
plugin schema. Ref issue #363. - Add ENV HOST support for sails
host
to bind host by IP address. Ref pull req #451. Big ups to narate! - Updated Dockerfile node.js version to 10.16
- Various minor fixes and improvements