1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/README.md

34 lines
894 B
Markdown
Raw Normal View History

2019-01-07 21:09:04 -08:00
![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiOE52ek1HRWdQeW5pVmozMUNtWm1zcXBDc0FPbTFRRzZRWEhQeGFrOXd6TFFhVnlVOHQ0dWM5SHFZRnloQUFKOUY2NWdMaDBOdnMxUnYyYW9FZC9GbElNPSIsIml2UGFyYW1ldGVyU3BlYyI6ImVwQkN3WjV4MXpTZ2FXTUUiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
[![Patreon](https://img.shields.io/badge/support-patreon-E6461A.svg)](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`
2017-08-22 18:57:23 -07:00
- `PATREON_CLIENT_ID` and `PATREON_SECRET` should be copied from https://www.patreon.com/platform/documentation/clients
2019-01-07 21:09:04 -08:00
## Building Docker images
2017-08-22 18:57:23 -07:00
2019-01-07 21:09:04 -08:00
Backend
```bash
./build.sh
2017-08-22 18:57:23 -07:00
```
2019-01-07 21:09:04 -08:00
nginx
```bash
./nginx.sh
2017-08-22 18:57:23 -07:00
```
2017-08-22 22:58:08 -07:00
2019-01-07 21:09:04 -08:00
ytdl
```bash
cd cmd/ytdl/
./build.sh
```
2017-08-22 22:58:08 -07:00
2019-01-07 21:09:04 -08:00
## Running
```bash
docker-compose pull
docker-compose up -d
```