|
|
@ -4,7 +4,14 @@ Autoplex is an all-in-one media management utility for Plex. |
|
|
|
|
|
|
|
## Setup |
|
|
|
|
|
|
|
1. Clone this repository with all submodules |
|
|
|
2. Configure `.env` files inside each submodule |
|
|
|
3. Execute the `setup.sh` script to generate secrets for the containers |
|
|
|
4. Deploy using `docker-compose` |
|
|
|
1. Clone this repository |
|
|
|
2. Configure a `docker-compose.env.yml` file to mount filesystems to the storage manager and torrent client. |
|
|
|
3. Generate and configure Docker `secrets` by running `generate_secrets.sh` |
|
|
|
4. Load the Docker Buildkit environment by running `source ./env.sh` |
|
|
|
5. Deploy using `docker-compose` |
|
|
|
|
|
|
|
## Development |
|
|
|
|
|
|
|
### Architecture |
|
|
|
|
|
|
|
 |