A sleek and efficient podcast downloader.
Go to file
dependabot[bot] 420f5e3341
Bump serde from 1.0.200 to 1.0.201 (#745)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 22:37:37 +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 Add tags to m4v file and fix sorting of the files 2024-05-12 21:12:00 +02:00
static Add default jpg also to docker build. 2023-04-08 23:08:29 +02:00
ui Bump vite-plugin-pwa from 0.19.8 to 0.20.0 in /ui (#747) 2024-05-14 22:37:31 +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 serde from 1.0.200 to 1.0.201 (#745) 2024-05-14 22:37:37 +02:00
Cargo.toml Bump serde from 1.0.200 to 1.0.201 (#745) 2024-05-14 22:37:37 +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.