 [](https://www.patreon.com/podsync) ## Patreon In order to login via Patreon the following variables should be configured: - `PATREON_REDIRECT_URL` should point to `http://yout_host_here/patreon` - `PATREON_CLIENT_ID` and `PATREON_SECRET` should be copied from https://www.patreon.com/platform/documentation/clients ## Building Docker images Backend ```bash ./build.sh ``` nginx ```bash ./nginx.sh ``` ytdl ```bash cd cmd/ytdl/ ./build.sh ``` ## Running ```bash docker-compose pull docker-compose up -d ``` ## Building frontend Node.js and npm are required in order to build the frontend: ```bash brew install node make static ls -la dist/ ```