Initial vault setup

This commit is contained in:
2026-06-09 18:40:21 +02:00
commit bda02d587f
3692 changed files with 402457 additions and 0 deletions
@@ -0,0 +1,77 @@
---
title: PigeonPod
created: 2026-06-08
updated: 2026-06-08
type: app
tags: [catalogue, podcasts, youtube, converter, app-marathon3-batch-a]
confidence: medium
contested: false
sources: [https://selfh.st/apps/?tag=Podcasts, https://github.com/aqileroz/PigeonPod]
---
# 🎙️ PigeonPod
> Convertisseur léger de vidéos YouTube en flux RSS podcast.
## 📋 Informations Générales
| Champ | Valeur |
| :--- | :--- |
| **Site web** | [github.com/aqileroz/PigeonPod](https://github.com/aqileroz/PigeonPod) |
| **GitHub** | [aqileroz/PigeonPod](https://github.com/aqileroz/PigeonPod) |
| **License** | MIT |
| **Langage** | Python |
| **Étoiles GitHub** | < 0.5k ⭐ |
| **Catégorie** | [[cat-podcasts|Podcasts]] |
## 📝 Description
**PigeonPod** est un convertisseur simple qui transforme des URL de chaînes ou playlists YouTube en flux RSS. Interface web minimaliste, yt-dlp en backend. Alternative plus légère à PodSync pour un usage personnel.
**Différence vs [[app-podsync]]** : PigeonPod = ultra-léger, mono-utilisateur, sans interface admin riche. PodSync = complet avec webhooks, multi-feeds, métadonnées étendues.
**Pour qui** : utilisateurs qui veulent juste 1 ou 2 flux YouTube en podcast.
## 🚀 Installation
### Docker Compose
```yaml
version: '3.8'
services:
pigeonpod:
image: ghcr.io/aqileroz/pigeonpod:latest
container_name: pigeonpod
restart: unless-stopped
ports:
- "8090:8000"
volumes:
- ./data:/app/data
labels:
traefik.enable: "true"
traefik.http.routers.pigeonpod.rule: "Host(`pod.example.com`)"
traefik.http.routers.pigeonpod.tls.certresolver: letsencrypt
```
## 🔄 Alternatives
### Open Source
- [[app-podsync]] — Référence mature YouTube→RSS
- [[app-pods-blitz]] — Lecteur podcast self-hosted
- [[app-element-fm]] — Lecteur minimaliste
### Propriétaires
- **Pocket Casts** — Lecteur freemium
- **YouTube Premium** — Arrière-plan hors-ligne
## 🔐 Sécurité
- **Auth** : basique
- **HTTPS** : recommandé
## 📚 Ressources
- [GitHub PigeonPod](https://github.com/aqileroz/PigeonPod)
## Pages Liées
- [[cat-podcasts]] — Catégorie Podcasts
- [[app-podsync]] — Concurrent plus complet
- [[recettes-docker-compose]] — Templates Docker