zachfeldman / dokku-cf-tunnel-update

Expose Dokku apps on a home server via Cloudflare tunnels by keeping their service IPs updated on app deployments and restarts.
0 stars 0 forks source link

Rewrite ruby script in python #2

Open josegonzalez opened 7 months ago

josegonzalez commented 7 months ago

Python3 is available for all Dokku installations so it would be one less dependency for users to worry about.

zachfeldman commented 7 months ago

I'm down for this, Ruby is just my native language. Feel free to make a PR! We could even start with an alternate script then move to the Python one as a first step, either way.