wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.

Home Page:https://docs.wizarr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wizarr

The Free Media Invitation System




GPL 2.0 License Current Release Donate Submit Feature Requests Chat on Discord Join our Subreddit Github Issue Submit Feature Requests Github Build


WIZARR NOTICE

We have recently moved Wizarr V2 to its new home at ghcr.io/wizarrrr/wizarr:v2 if your container was automatically upgraded recently and you received breaking changes, please change your image to ghcr.io/wizarrrr/wizarr:v2 to resolve this


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!

Where is V2?

Wizarr V2 has moved to the v2 branch here, your still more than welcome to use v2 however it will no longer be supported, we recommend using our new version, trust us it's 🔥.

V3 upgradable from V2?

V3 can now support upgrading from V2, please make a backup of your database.db for the safest upgrade path.

Major Features Include

  • Automatic Invitation to your Media Server (Plex, Jellyfin)
  • Support for Passkey authentication for Admin Users
  • Create multiple invitations with different configurations
  • Make invitations and users expire after a certain amount of time
  • Automatically add users to your Request System (Ombi, Jellyseerr, Overseerr)
  • Add users to your Discord Server
  • Create a custom HTML page
  • Multi-Language Support
  • Scheduled Tasks to keep Wizarr updated with your Media Server
  • Live logs directly from the Wizarr Web UI
  • Multiple Admin Users with different permissions
  • Notification System
  • API for Developers with Swagger UI
  • Light and Dark Mode Support
  • Session Management for Admin Users

Whats to come

  • Added API Endpoints
  • Multi-Server Support
  • Mass Emailing to Client Users
  • OAuth Support with custom providers
  • Use your own Database
  • 2FA Support for Admin Users
  • Built in Update System
  • Full Wizard Customization with Drag and Drop Template Editor
  • Jellyfin and Plex user permissions management tool
  • Invite Request System for users to request invite
  • and much more!

Getting Started

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

Documentation

Any issues we welcome you to come onto our Discord and ask for a member of staff, we would be happy to help.

If you want to help contribute to Wizarr by building V3's documentation we would really appreciate it, again join the Discord and we can get you started.

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

Chat on Discord

Thank you

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

About

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.

https://docs.wizarr.dev

License:MIT License


Languages

Language:Vue 42.3%Language:Python 29.5%Language:TypeScript 17.3%Language:JavaScript 5.2%Language:SCSS 3.4%Language:Shell 1.0%Language:HTML 0.7%Language:Dockerfile 0.7%Language:MDX 0.1%