A sleek and efficient podcast downloader.
Go to file
dependabot[bot] a7f668a8e2
Bump vitest from 2.1.1 to 2.1.5 in /ui (#1009)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.1 to 2.1.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  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-11-19 19:19:26 +01:00
.github Fixed gh action (#908) 2024-09-01 14:18:16 +02:00
db Moved database. 2023-03-01 17:54:34 +01:00
docs Added new proxy var PODFETCH_PROXY (#904) 2024-08-29 10:30:42 +02:00
migrations Feature/tags (#464) 2024-08-30 22:19:40 +02:00
setup/terraform Fixed readme and terraform init script. 2023-11-13 11:19:10 +01:00
src Bump utoipa from 4.2.3 to 5.1.3 (#986) 2024-10-31 12:44:54 +01:00
static Add default jpg also to docker build. 2023-04-08 23:08:29 +02:00
ui Bump vitest from 2.1.1 to 2.1.5 in /ui (#1009) 2024-11-19 19:19:26 +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 from 1.0.214 to 1.0.215 (#1014) 2024-11-19 19:17:26 +01:00
Cargo.toml Bump serde from 1.0.214 to 1.0.215 (#1014) 2024-11-19 19:17:26 +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 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.