Yetangitu / Spodcast

Spodcast is a caching Spotify podcast to RSS proxy. Using Spodcast you can follow Spotify-hosted netcasts/podcasts using any player which supports RSS, thus enabling the use of older hardware which is not compatible with the Spotify (web) app.
GNU General Public License v3.0
359 stars 14 forks source link

Where is the run.sh file coming from? #31

Closed vittoriom closed 1 year ago

vittoriom commented 1 year ago

When I pull the public image from Docker Hub and I run it, I see there is a run.sh file that actually reads the env variables passed to the docker run command. I'd like to add one more variable to support dynamic folder name, but I can't find any spec or code reference where the run.sh file is generated or copied to the Docker image.

Any pointers?

Thanks!

chessmango commented 1 year ago

Looks like it's all built here: https://github.com/heywoodlh/Spodcast. You could submit a PR there, I'd imagine. Alternatively fork and build yourself I suppose

vittoriom commented 1 year ago

thank you, I didn't realize I was looking at the wrong fork! I actually ended up doing my own fork and creating my own run.sh. Resolving