What are the major downsides to hosting your podcast on a public GitHub repo?
I know there's the 100MB file limit. I'm assuming analytics will be limited/non-existent. Anything else?
Example of what I plan on doing: https://github.com/kaseyb002/law-school-ta/blob/master/feed.rss
If you want a free host I suggest using anchor.fm
Thanks. I did end up moving to anchor.
Technically you can do that. You can also host on Archive.org for free, or even use Dropbox, AWS and other storage option.
There are several downsides, though. First, as you noted, analytics and filesize could be limited.
More importantly, if you have a significant number of listeners, you may encounter bandwidth issues - dedicated podcast hosts are usually using dedicated storage and CDN, to ensure your audio files can be accessed even if the traffic spikes.
appreciate the reply
thanks