2022-09-14 17:03:03 +01:00
2022-09-14 16:24:57 +01:00
2022-09-13 14:03:12 +01:00
2022-09-14 14:28:42 +01:00
2022-09-14 14:28:42 +01:00
2022-09-14 17:03:03 +01:00
2022-09-12 19:04:50 +01:00
2022-09-14 17:03:03 +01:00
2022-09-12 17:19:47 +01:00

Wizarr

Attention! Wizarr is still under development, you may experience issues.

Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server! They will even be guided to download the Plex client and instructions on how to use Overseerr!

alt

Major Features Include

  • Automatic Invitation to your Plex Server
  • Secured invitation environment (HTTP AUTH)
  • Plug and Play SSO Support (Via Forward-auth)*
  • Guide user on how to download Plex client
  • Guide user on how to request Movies

*Don't forget to only include /invite in forward-auth

Planned features

  • Discord Bot Integration
  • Plex Quality guide

Installation

  1. Download Docker-compose file
version: "3.8"
services:
  wizarr:
    container_name: wizarr
    image: ghcr.io/wizarrrr/wizarr
    #image: ghcr.io/wizarrrr/wizarr:arm64 #For Arm64
    ports:
    - 5690:5690
    volumes:
      - ./data:/data/database
    environment:
      - "APP_URL=https://join.domain.com"
  
  watchtower: #Optional but recommended, as Wizarr is still in development and will be updated frequently
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: wizarr --interval 30
  1. Important Edit Variables

    APP_URL: Public Facing Url of your Wizarr instance

  2. Run docker compose up -d or for older Docekr versions: docker-compose up -d

  3. Access WebUI at http://localhost:5690 and setup your Plex Server

Screenshots

These may be out of date

Light Mode

alt alt alt alt

Dark Mode

alt alt alt

Description
No description provided
Readme 172 MiB
Languages
Python 70.5%
HTML 27.8%
JavaScript 1.1%
CSS 0.4%
Dockerfile 0.1%