erik / strava-heatmap-proxy

Make Strava premium heatmap tiles available for use anywhere
GNU General Public License v3.0
14 stars 12 forks source link

docker #6

Closed megavolts closed 10 months ago

megavolts commented 11 months ago

I was wondering if someone built a docker wrapper around this proxy to automate the process, and ease the deployment?

erik commented 11 months ago

Not to my knowledge. Do CloudFlare Workers support Docker images now?

Have you run into problems following "the easy way" from the README? Should be pretty quick

megavolts commented 11 months ago

I did, just add to learn about wrangler and co. I was just wondering, because I run a unraid server for a bunch of apps, and deploying a container is the easy way.

erik commented 11 months ago

Fair enough. The code is a pretty barebones HTTP proxy and doesn't really use much Cloudflare-specific stuff that would lock it in. Should be straightforward to port it over to a Deno or Node runtime, which could then be containerized.