Skip to content
forked from wizarrrr/wizarr

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

License

Notifications You must be signed in to change notification settings

epicaleric/wizarr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wizarr

The Free Media Invitation System




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


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!

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

APP_URL must match your domain perfectly, DO NOT INCLUDE http:// or https://, for example if your running locally then you may wish to set APP_URL to localhost:5690 or 127.0.0.1:5690, if your running behind a reverse proxy then you may want to set the APP_URL to wizarr.mywebsite.com.

docker run -d \
    --name wizarr \
    -p 5690:5690 \
    -v ./wizarr/database:/data/database \
    -e APP_URL=example.com \
    ghcr.io/wizarrrr/wizarr:v3-alpha
---
version: "3.5"
services:
  wizarr:
    container_name: wizarr
    image: ghcr.io/wizarrrr/wizarr:v3-alpha
    ports:
      - 5690:5690
    volumes:
      - ./wizarr/database:/data/database
    environment:
      - APP_URL=example.com

Check out our documentation for instructions on how to install and run Wizarr! /~https://github.com/Wizarrrr/wizarr/tree/v3-alpha/docs/setup

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.9%
  • Python 31.6%
  • TypeScript 10.9%
  • JavaScript 5.3%
  • Jinja 0.9%
  • SCSS 0.7%
  • Other 0.7%