mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Patreon
In order to login via Patreon the following variables should be configured:
PATREON_REDIRECT_URL
should point tohttp://yout_host_here/patreon
PATREON_CLIENT_ID
andPATREON_SECRET
should be copied from https://www.patreon.com/platform/documentation/clients
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
Languages
Go
99%
Makefile
0.6%
Dockerfile
0.4%