mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
fe601f9b12d7c8914bae96bad5409d70c483bcf7
Podsync - is a simple, free service that lets you listen to any YouTube / Vimeo channels, playlists or user videos in podcast format.
Podcast applications have a rich functionality for content delivery - automatic download of new episodes, remembering last played position, sync between devices and offline listening. This functionality is not available on YouTube and Vimeo. So the aim of Podsync is to make your life easier and enable you to view/listen to content on any device in podcast client.
Architecture
Building Docker images
Every project contains a Makefile for building and pushing to a registry:
make build
make push
make update
Use docker-compose to run containers:
docker-compose pull
docker-compose up -d
Building frontend
Node.js and npm are required in order to build the frontend:
brew install node
make static
ls -la dist/
Description
Languages
Go
99%
Makefile
0.6%
Dockerfile
0.4%
