Home

Awesome

<h1 align="center">Wizarr</h1> <h3 align="center">The Free Media Invitation System</h3>
<p align="center"> <img src="https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png" height="200"> <br/> <br/> <a href="https://github.com/wizarrrr/wizarr/blob/master/LICENSE.md"><img alt="GPL 2.0 License" src="https://img.shields.io/github/license/wizarrrr/wizarr.svg"/></a> <a href="https://github.com/wizarrrr/wizarr/releases"><img alt="Current Release" src="https://img.shields.io/github/release/wizarrrr/wizarr.svg"/></a> <a href="https://features.wizarr.dev" style="text-decoration: none"><img alt="Submit Feature Requests" src="https://img.shields.io/badge/vote_now-features?label=features"/></a> <a href="https://discord.gg/XXCz7aM3ak"><img alt="Chat on Discord" src="https://img.shields.io/discord/1020742926856372224"/></a> <a href="https://www.reddit.com/r/wizarr"><img alt="Join our Subreddit" src="https://img.shields.io/badge/reddit-r%2Fwizarr-%23FF5700.svg"/></a> <a href="https://github.com/Wizarrrr/wizarr/issues"><img alt="Github Issue" src="https://img.shields.io/github/issues/wizarrrr/wizarr"/></a> <a href="https://github.com/Wizarrrr/wizarr/actions/workflows/master-beta-ci.yml"><img alt="Github Build" src="https://img.shields.io/github/actions/workflow/status/wizarrrr/wizarr/master-beta-ci.yml"/></a> </p>

WIZARR NOTICE

Wizzar is back in development! You can test the new beta using ghcr.io/wizarrrr/wizarr:beta as your image selection. We are working very hard to make Wizarr even better than before! :blush:

If you wish to stay up-to-date with our progress, make sure to join our Discord server and check the #releases channel.


What is Wizarr?

Wizarr is an automated user invitation system compatible with Plex, Jellyfin and Emby. You can create a unique link, share it with a user, and they will be invited to your Media Server after they complete the simple signup process!

Major Features Include

Major features to come in V4 will include

Getting Started

You can install the stable version of Wizarr by following the instructions below.

docker run -d \
    --name wizarr \
    -p 5690:5690 \
    -v ./wizarr/database:/data/database \
    ghcr.io/wizarrrr/wizarr:latest
---
services:
  wizarr:
    container_name: wizarr
    image: ghcr.io/wizarrrr/wizarr:latest
    ports:
      - 5690:5690
    volumes:
      - ./wizarr/database:/data/database

Documentation

Check out our documentation for instructions on how to install and run Wizarr! View Documentation.

If you encounter any issues please don't hesitate to visit our Discord server and ask for help, we would be happy to help.

<a href="https://discord.gg/XXCz7aM3ak"> <img alt="Chat on Discord" src="https://img.shields.io/discord/1020742926856372224"/> </a>

Contributing

If you wish to contribute to our project you can check out our contributing guide here.

Thank you

A big thank you ❤️ to these amazing people for contributing to this project!

<a href="https://github.com/wizarrrr/wizarr/graphs/contributors"> <img src="https://contrib.rocks/image?repo=wizarrrr/wizarr" /> </a>