Manage your audio library with a lightweight and fast self-hosted podcast downloader. Whether you want to organize subscriptions or host your own Gpodder-compatible feed, this platform provides the essential tools for your daily listening habits. You can deploy it using Docker and immediately start building your personal podcast server.
Key Features:
services:
podfetch:
image: samtv12345/podfetch:latest
container_name: podfetch
ports:
- "8000:8000"
volumes:
- ./db:/app/db
- ./podcasts:/app/podcasts
environment:
- POLLING_INTERVAL=60
- SERVER_URL=http://localhost:8000
- DATABASE_URL=sqlite:///app/db/podcast.db
restart: unless-stoppedAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago