Home
Softono

Private Podcast S3

Open source JavaScript
12
Stars
0
Forks
0
Issues
1
Watchers
2 years
Last Commit

 About Private Podcast S3

Host your MP3 files as a personal private podcast on S3

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Private Podcast S3?

We provide expert installation service for this software. Our team will install, configure, and secure Private Podcast S3 on your server. plans start at just $30.

Private Podcast S3

View on GitHub

Personal Podcast

Host some MP3 files on S3 for your private podcast.

Using

  1. Add mp3 files to files/ folder in this repo.
  2. Create S3 bucket and add public access to the entire bucket.
  3. Create .env file from .env.dist file and fill in the values.
  4. Run npm start. feed.xml is created.
  5. Upload files/ folder and feed.xml to your S3 bucket.
  6. Access your podcast feed at https://<BUCKET_NAME>.s3.amazonaws.com/feed.xml.

Works With

(Optional) Automation Script

You can use the podcast-push script to automate creating feed.xml and uploading the files to S3.

So you just need to add new mp3 files to files/ folder and run this script and your podcast will be updated.

Schema

Validate using -

Credits

Thanks to this Reddit thread for the idea. There is another way to do this using Dropcaster which is in Ruby.