====== Podgrab ====== Gestor y archivador para descargar podcasts. * [[https://github.com/akhilrex/podgrab|Repositorio de código oficial]] (GitHub) {{https://raw.githubusercontent.com/akhilrex/podgrab/refs/heads/master/images/screenshot.jpg |}} ===== Instalación ===== ==== Docker ==== Con ''docker-compose.yml'': version: "2.1" services: podgrab: image: akhilrex/podgrab container_name: podgrab environment: - CHECK_FREQUENCY=240 # - PASSWORD=password ## Uncomment to enable basic authentication, username = podgrab volumes: - ./config:/config - ./data:/assets ports: - 8080:8080 restart: unless-stopped