Wizarr is a automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!
- Automatic Invitation to your Media Server (Plex, Jellyfin, Emby...)
- Secured invitation environment
- Plug and Play SSO Support*
- Multi-tiered Invitations
- Duration for membership
- Guide user on how to download Plex client
- Requests Integration: Guide users on how to request Movies (Jellyseerr, Overseerr & Ombi)
- Discord Server Integration: Invite users to your Discord Server
- Customizable: Add any Custom HTML
---
version: "3.5"
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:v2
ports:
- 5690:5690
volumes:
- ./data:/data/database // Configure volume
environment:
- APP_URL=https://wizarr.example.com
- MIN_PASSWORD_LENGTH=8 // Optional
- MAX_PASSWORD_LENGTH=20 // Optional
- MIN_PASSWORD_UPPERCASE=0 // Optional
- MIN_PASSWORD_NUMBERS=0 // Optional
- MIN_PASSWORD_SPECIAL=0 // Optional
- DISABLE_BUILTIN_AUTH=false // Optional
- TZ=Europe/London
There is no default login, if your browser has not automatically redirected you to /settings
then please do so manually by visiting http://your-wizarr.local/settings
and proceed with account creation.
A big thank you ❤️ to these amazing people for contributing to this project!