Skip to content

johnsturgeon/autoplex

Repository files navigation

AutoPlex

Utilities and scripts for plex using the Plex API to clean up and manage your Plex Music library.

GoshDarned Mascot

Prioritized backlog · Create a website for the plex-tools

Deployment instructions

Linux Installation Notes

  • I've installed this on a bare bones Debian 12 LXC (in ProxMox). The script will work for that environment. I've not tested for any other distribution, testers are welcome!

Prerequisites

  • Infisical for secrets management (optional)
  • Linux OS (Debian 12 tested)

Installation script: deploy.sh

  1. Download the installation script

    wget -q https://github.com/johnsturgeon/autoplex/raw/main/scripts/deploy.sh
    chmod +x deploy.sh
  2. Edit the deployment script and change the following variables to your situation:

    • INSTALL_DIR
    • USE_INFISICAL
  3. Execute the script

    • NOTE: I installed this as root, you can sudo if necessary
./deploy.sh