Video coming soon…
🟣 Setup Castopod — Self-Hosted Podcast Hosting with Fediverse Federation
Deploy Castopod on Ubuntu with Docker — a self-hosted podcast host that publishes episodes, generates RSS feeds, and federates over ActivityPub so listeners can follow and comment from Mastodon, on port 8305.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/castopod/castopod-ubuntu.sh
chmod +x castopod-ubuntu.sh
./castopod-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/castopod/castopod-ubuntu.sh
2 Make it Executable
chmod +x castopod-ubuntu.sh
3 Run the Installer
./castopod-ubuntu.sh
4 Complete the Web Installer
http://your-server-ip:8305
Ports Used
| Port | Purpose |
|---|---|
| 8305 | Castopod web app, dashboard, feeds, and web player (mapped from container port 8000) |
| 3306 | MariaDB — internal to the Docker network, not exposed to the host |
| 6379 | Redis cache — internal to the Docker network, not exposed to the host |