rvanlaar / dokku-nginx-stream

dokku plugin to open TCP ports on the application for the outside world.
12 stars 10 forks source link

Relies on deprecated DOKKU_SCALE #4

Open rrrnld opened 2 years ago

rrrnld commented 2 years ago

I know that https://github.com/josegonzalez/dokku-nginx-stream is the maintained version of this plugin, unfortunately it's not possible to open issues there.

The plugin relies on the deprecated DOKKU_SCALE file and fails if it's missing. The relevant code is here: https://github.com/josegonzalez/dokku-nginx-stream/blob/master/functions#L68-L79