dokku / dokku-redirect

A plugin for dokku that gives the ability to set simple redirects for an application
MIT License
106 stars 9 forks source link

Fix deprecation warning in Dokku 0.20.x #29

Closed Cellane closed 2 years ago

Cellane commented 4 years ago

This simple PR should fix the deprecation warning that can be seen when using this plugin with Dokku 0.20.x: ! Deprecated: plugn#proxy-type.

I was not able to run the test suite, I’m sorry, but I was able to experimentally verify that the proposed change seems to work on my server.

josegonzalez commented 2 years ago

This should be fixed as of https://github.com/dokku/dokku-redirect/commit/b54c6166d61fa5189a5d72b9a0a863604e311552

Thanks for the MR though!