You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds a new "ListingUrl" field in the config that the program uses to generate podcast routes. This allows the user to have separate IP and listing addresses.
This release allows users to specify the port the application should listen for HTTP requests. This may be helpful when port 80 is already in use by another application.
The major new addition of this release is the usage of config files rather than constantly building a configuration at runtime. This will be appreciated by anyone that needs to serve the same podcast multiple times. See the readme for usage.