An open API service indexing awesome lists of open source software.

https://github.com/tuxpeople/docker-podsync

Multi-Arch container image for Podsync with yt-dlp.
https://github.com/tuxpeople/docker-podsync

docker docker-image multiarch multiarch-images podsync

Last synced: about 2 months ago
JSON representation

Multi-Arch container image for Podsync with yt-dlp.

Awesome Lists containing this project

README

          

# Podsync
![Github Workflow Badge](https://github.com/tuxpeople/docker-podsync/actions/workflows/release.yml/badge.svg)
![Github Last Commit Badge](https://img.shields.io/github/last-commit/tuxpeople/docker-podsync)
![Docker Pull Badge](https://img.shields.io/docker/pulls/tdeutsch/podsync)
![Docker Stars Badge](https://img.shields.io/docker/stars/tdeutsch/podsync)
![Docker Size Badge](https://img.shields.io/docker/image-size/tdeutsch/podsync)

Caution: No more quay.io!

**Warning:** This image now uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) instead of [youtube-dl](https://github.com/ytdl-org/youtube-dl/)
*(see https://github.com/mxpv/podsync/issues/236 and https://github.com/mxpv/podsync/issues/237)*
## Quick reference

This Repo is solely for me having an arm64 image for [Podsync](https://github.com/mxpv/podsync). It includes a GitHub Workflow to build Podsync for AMD64, ARM64, ARMv6 and ARMv7. Use it at your own risk. No warranty. No support.

Read here for more: https://github.com/mxpv/podsync/issues/56

* **Code repository:**
https://github.com/tuxpeople/docker-podsync
* **Where to file issues:**
https://github.com/tuxpeople/docker-podsync/issues
* **Supported architectures:**
```amd64```, ```armv7```, ```armv6``` and ```arm64```

## Image tags
- There are tags for major, minor and dotreleases of podsync (eg. ```1.0.0```, ```1.0```, ```1``` )
- ```latest``` refers to the latest release of podsync

The images get rebuilt automatically every week.
## Usage

```sh
docker pull tdeutsch/podsync:
```

or

```sh
docker pull ghcr.io/tuxpeople/podsync:
```