Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

kwv/podcastslinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podcastslinger

serve podcasts via node/docker

usage:

docker build -t podcastslinger .

docker run -v /net/tower/mnt/user/media/podcasts/:/data -p 0.0.0.0:1989:3000 -d -e "PUBLICPORT=12345" -e "TITLE=Podcast title" -e "DESCRIPTION=A short description of the podcast" -e "HOST=my.example.com" podcastslinger

http://my.example.com:12345/rss http://my.example.com:12345/media/{data}

About

serve podcasts via node/docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published