Skip to content

simonbru/podcast-autofeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run in production

Assuming we want to run the app at https://foo.bar/podcasts

HTTP

export BASE_URL=https://foo.bar
export PODCAST_DIR=/var/podcasts
# Note pipenv automatically loads environment from .env file

pipenv run uwsgi \
    --http :8006 \
    --processes 1 \
    --threads 5 \
    --manage-script-name \
    --mount "/podcasts=app.py"

Usage

The podcast feed is available at /feed (i.e. https://foo.bar/podcasts/feed in the example above)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages