Wizarr
Wizarr is a automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will automatically be invited to your Media Server! They will even be guided to download the clients and instructions on how to use your requests software!
Wizarr is hosted on Cocoa, as a docker container
https://github.com/trentnbauer/agg/blob/205cfc374516886a137f2f0b66dca9c87fa0f740/docker-compose/wizarr-v2.yml
---
version: "3.5"
services:
app:
image: ghcr.io/wizarrrr/wizarr:2.2.0
restart: unless-stopped
ports:
- $PORT:5690
volumes:
- db:/data/database
environment:
- TZ=$TZ
- APP_URL=$URL
volumes:
db:
Port
Purpose
5690
WebUI
Host Volume
Container Volume
Purpose
wizarr_app
/data/database
Application database
Integration
Purpose
Plex
Grants Plex users access to Plex server
Last updated
Was this helpful?