Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizarrrr/wizarr
Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://github.com/wizarrrr/wizarr
emby inviter jellyfin management plex selfhosted user
Last synced: 29 days ago
JSON representation
Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
- Host: GitHub
- URL: https://github.com/wizarrrr/wizarr
- Owner: wizarrrr
- License: mit
- Created: 2022-09-12T16:19:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:47:26.000Z (2 months ago)
- Last Synced: 2024-10-02T00:01:23.944Z (about 1 month ago)
- Topics: emby, inviter, jellyfin, management, plex, selfhosted, user
- Language: Vue
- Homepage: https://docs.wizarr.dev
- Size: 137 MB
- Stars: 1,273
- Watchers: 12
- Forks: 88
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-beta.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support/discord.md
Awesome Lists containing this project
README
Wizarr
The Free Media Invitation System
---
---
# 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](https://discord.gg/XXCz7aM3ak) 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](https://github.com/Wizarrrr/wizarr/blob/master/docs/setup/README.md).If you encounter any issues please don't hesitate to visit our [Discord](https://discord.gg/XXCz7aM3ak) server and ask for help, we would be happy to help.
## Contributing
If you wish to contribute to our project you can check out our contributing guide [here](https://github.com/wizarrrr/wizarr/blob/develop/CONTRIBUTING.md).
## Thank you
A big thank you ❤️ to these amazing people for contributing to this project!