1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
2019-07-10 00:13:35 -07:00
2019-07-10 00:13:35 -07:00
2019-06-06 17:16:21 -07:00
2019-06-02 21:14:39 -07:00
2019-06-02 18:02:28 -07:00
2019-02-24 14:19:55 -08:00
2019-05-07 21:08:09 -07:00
2019-02-24 14:19:55 -08:00
2019-05-30 12:57:07 -07:00
2019-07-10 00:13:35 -07:00
2019-07-10 00:13:35 -07:00
2019-06-02 19:33:43 -07:00
2019-05-11 11:56:15 -07:00

Build Status Patreon

Patreon

In order to login via Patreon the following variables should be configured:

Building Docker images

Backend

./build.sh

nginx

./nginx.sh

ytdl

cd cmd/ytdl/
./build.sh

Running

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
No description provided
Readme 9.8 MiB
Languages
Go 99%
Makefile 0.6%
Dockerfile 0.4%