You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Ludwig 3b92895fa2 Fix database package bug not properly registering to the connection manager with custom database service instances 4 years ago
api Add Seeker API 4 years ago
bootstrap/database/init Rename the main autoplex database 4 years ago
docker/scripts Add regex corrections for alpine in the Docker export scripts 4 years ago
packages Fix database package bug not properly registering to the connection manager with custom database service instances 4 years ago
services Fix database package bug not properly registering to the connection manager with custom database service instances 4 years ago
utils Configure VPN, Database, and Torrent client 4 years ago
.env.example Update example environment 4 years ago
.gitignore Fix up docker files and add more generic tsconfig files. Also fix run scripts 4 years ago
.gitmodules Added VPN service 4 years ago
Dockerfile Update Dockerfiles and build scripts to fix production build errors. 4 years ago
README.md Initial commit 4 years ago
docker-compose.dev.yml Add Plex microservice and API 4 years ago
docker-compose.prod.yml Add Plex microservice and API 4 years ago
docker-compose.yml Add Plex microservice and API 4 years ago
env.sh Add environment script to use BuildKit 4 years ago
generate_secrets.sh Update Request with Plex support 4 years ago
lerna.json Add service API package support 4 years ago
package.json Update Dockerfiles and build scripts to fix production build errors. 4 years ago
tsconfig.json Enable decorators 4 years ago
tsconfig.package.json Fix up docker files and add more generic tsconfig files. Also fix run scripts 4 years ago
yarn.lock Add Plex microservice and API 4 years ago

README.md

Autoplex

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