Skip to content

Sluthub invite system fork

License

Notifications You must be signed in to change notification settings

Sluthub/invite-system

 
 

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 Submit Feature Requests Chat on Discord Join our Subreddit Github Issue Github Build


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! 😊

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

  • Automatic Invitation System to your Media Server (Plex/Jellyfin/Emby)
  • 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 Requesting System (Jellyseerr/Overseerr)
  • Invite users to your Discord server through the onboarding process
  • Multi-Language Support
  • Multiple Admin Users with different permissions
  • API for Developers with Swagger UI
  • Light and Dark Mode Support
  • Session Management for Admin Users
  • Scheduled Tasks to keep Wizarr updated with your Media Server
  • Live logs directly from the Wizarr Web UI

Major features to come in V4 will include

  • Customizable onboarding and branding
  • Added API Endpoints (already partially available)
  • Plex/Jellyfin/Emby granular user permissions/profiles
  • Discord invite request integration
  • Multi-Server Support
  • SMTP Support for notifications and user invites
  • OAuth Support with custom providers
  • 2FA Support for Admin Users
  • Built in Update System
  • Plugin Store
  • and much more!

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.

Chat on Discord

❤️ Support me

Since I work full-time on open-source projects spread across my organizations, my only source of income is donations from people like you that use & appreciate my stuff. So, if you can spare a dollar or two, I would really appreciate that. All the money goes towards paying rent, essentials like food, drinks etc, and most importantly it will be used to fuel my cookie addiction🍪

Crypto:

  • XMR: 42xc4qPZyfi4wzAkCBXSoMSo3BLDS8946J89JXDqtT5gRj6uYpfhjQF12NLPMxtqGDL2RxoWXjB73iYdBP8DX7SqGvdbdtb
  • USDT (TRX20): TWg6VDUBase3HDA6RxAwTVjQw4SbxoGyqZ
  • USDT (ERC20): 0x841251438A8Fb2B16298C15B10feA9Fd2cEA3405
  • Doge: DCKAFtgw6686uEMaFzZfCtUajS9VjPJLMm
  • BTC: bc1qje8qy7gpudm8hhyx43n9xndg7d8xj5f7dh6m4p

Fiat:

  • Patreon (Fee: 8%*): ❤️ Account needed, subscription with perks
  • ko-fi (Fee: 2%*): No account needed, subscription or one-time donation
  • Wire-transfer (Fee: 0%*): No account needed, one-time donation
  • Paypal** (Fee: 2%*): Account needed, one-time donation

* Fee is calculated by how much I will lose when cashing out
** Please make sure to select Friends and Family

Thanks for all your support <3

About

Sluthub invite system fork

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 42.3%
  • Python 29.5%
  • TypeScript 17.3%
  • JavaScript 5.2%
  • SCSS 3.4%
  • Shell 1.2%
  • Other 1.1%