/9podcasts

Self Hosted Podcast

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

9podcasts

Self Hosted Podcasts

A self hosted platform for creating and hosting your podcasts

To run this binary you need to set connection string for the postgres server

For Windows Command prompt

 set CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable

For Bash shell

export CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable

sudo service redis-server start