A sleek and efficient podcast downloader.
Go to file
SamTV12345 3b0758b7cc Fixed clippy. 2024-05-01 11:46:48 +02:00
.github Feature/documentation book (#555) 2024-01-16 16:19:06 +01:00
db Moved database. 2023-03-01 17:54:34 +01:00
docs Moved everything from Readme to website. 2024-02-01 22:45:00 +01:00
migrations 503 rss feeds exposed by default (#506) 2023-12-29 12:03:56 +01:00
setup/terraform Fixed readme and terraform init script. 2023-11-13 11:19:10 +01:00
src Fixed clippy. 2024-05-01 11:46:48 +02:00
static Add default jpg also to docker build. 2023-04-08 23:08:29 +02:00
ui Fixed build. 2024-04-28 15:35:56 +02: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 chrono from 0.4.37 to 0.4.38 (#722) 2024-05-01 11:44:05 +02:00
Cargo.toml Bump chrono from 0.4.37 to 0.4.38 (#722) 2024-05-01 11:44:05 +02: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 Moved everything from Readme to website. 2024-02-01 22:45:00 +01:00
build.rs Run rust formatter. (#439) 2023-11-16 18:12:08 +01:00
diesel.toml Remove/podcast history items (#456) 2023-11-26 18:45:30 +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.