A sleek and efficient podcast downloader.
Go to file
SamTV12345 19b9cbaccf feat(cargo): disable debug symbols for other crates 2025-01-21 19:48:38 +01:00
.github Fixed build (#1105) 2025-01-05 10:41:41 +01:00
db Moved database. 2023-03-01 17:54:34 +01:00
docs Feat/s3 integration (#1125) 2025-01-12 18:50:14 +01:00
migrations Feat/s3 integration (#1125) 2025-01-12 18:50:14 +01:00
setup/terraform Fixed readme and terraform init script. 2023-11-13 11:19:10 +01:00
src fix(cli): Fixed cli parsing (#1154) 2025-01-21 19:35:41 +01:00
static Add default jpg also to docker build. 2023-04-08 23:08:29 +02:00
ui Bump vitest from 3.0.2 to 3.0.3 in /ui (#1153) 2025-01-21 19:35:21 +01:00
.dockerignore Armv7/sup (#127) 2023-05-12 20:08:11 +02:00
.gitignore Added terraform traefik configuration. 2023-07-30 18:31:08 +02:00
Cargo.lock Bump serde_json from 1.0.135 to 1.0.137 (#1146) 2025-01-21 19:23:19 +01:00
Cargo.toml feat(cargo): disable debug symbols for other crates 2025-01-21 19:48:38 +01:00
Cross-postgres.toml Removed second toolchain option. 2023-05-28 13:04:07 +02:00
Cross.toml Removed pre build step. 2023-05-28 22:05:14 +02:00
Dockerfile_cross_postgres Added label for showing github images. 2023-11-06 15:48:44 +01:00
LICENSE Added subscriptions. 2023-04-24 19:36:28 +02:00
README.md docs: fix README badge formatting (#1007) 2024-11-15 20:38:27 +01:00
build.rs Run rust formatter. (#439) 2023-11-16 18:12:08 +01:00
diesel.toml Feat/database encapsulation (#1052) 2024-12-10 17:52:38 +01:00
docker-bake.hcl Armv7/sup (#127) 2023-05-12 20:08:11 +02:00
docker-compose-postgres.yml Fixed docker-compose with correct tags. (#419) 2023-11-13 11:13:38 +01:00
docker-compose.yml Removed old naming. 2023-05-29 19:31:46 +02:00
dummy.rs Added caching of crates. 2023-03-02 00:06:47 +01:00
funding.yml Move funding yml to correct location. 2023-08-30 15:23:13 +02:00

README.md

Podfetch

dependency status build status Lint Test

Podfetch is a self-hosted podcast manager. It is a web app that lets you download podcasts and listen to them online. It is written in Rust and uses React for the frontend. It also contains a GPodder integration, so you can continue using your current podcast app.

Every time a new commit is pushed to the main branch, a new docker image is built and pushed to docker hub. So it is best to use something like watchtower to automatically update the docker image.

You can find the documentation with a UI preview here.