Skip to content

plugin podcast

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

Podcast Plugin

RSS feed management, episode hosting, and multi-device playback sync. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Install

nself license set nself_pro_xxxxx...
nself plugin install podcast

What It Does

A complete podcast backend for hosting and distributing podcast episodes. Manages episode uploads to MinIO, generates standards-compliant RSS feeds for Apple Podcasts and Spotify, tracks per-device playback progress for cross-device sync, and provides chapter marker support.

Configuration

Env Var Default Description
PODCAST_PORT 3210 Podcast service port
PODCAST_STORAGE_BUCKET MinIO bucket for audio files
PODCAST_BASE_URL Public base URL for episode URLs in RSS
PODCAST_DEFAULT_LANGUAGE en Default podcast language

Ports

Port Purpose
3210 Podcast REST API

Database Tables

5 tables added to your Postgres database:

  • np_podcast_shows, podcast show definitions
  • np_podcast_episodes, episode records
  • np_podcast_chapters, episode chapter markers
  • np_podcast_progress, per-device playback progress
  • np_podcast_subscriptions, subscriber records

Nginx Routes

Route Target
/podcast/ Podcast management API
/podcast/{show_id}/feed.xml RSS feed for distribution

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally