1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Maksym Pavlenko c18b1b0886 Enable gzip
2019-05-15 16:09:38 -07:00
2018-12-21 16:08:11 -08:00
2019-05-14 23:47:47 -07:00
2019-05-15 16:09:38 -07:00
2018-12-25 01:23:16 -08:00
2018-11-22 14:48:53 -08: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-15 16:09:38 -07:00
2019-05-15 16:09:38 -07:00
2018-12-21 16:04:24 -08:00
2019-05-11 11:56:15 -07:00
2019-05-11 11:56:15 -07:00
2018-12-21 16:04:24 -08: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%