mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 08:17:23 -04:00
6df07772f0a251b38bc7b2dec625fecfa5b8f834
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!
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
Docker Compose (recommended)
- 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
-
Important Edit Variables
APP_URL: Public Facing Url of your Wizarr instance
-
Run
docker compose up -dor for older Docekr versions:docker-compose up -d -
Access WebUI at http://localhost:5690 and setup your Plex Server
Screenshots
These may be out of date
Light Mode
Dark Mode
Description
Languages
Python
70.5%
HTML
27.8%
JavaScript
1.1%
CSS
0.4%
Dockerfile
0.1%







