Wizarr
Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr
ports:
- 5690:5690
volumes:
- /path/to/appdata/config/database:/data/database
- /path/to/appdata/config/wizard:/data/wizard_steps
environment:
- DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc)
- TZ=Europe/London #Set your timezone here
restart: unless-stoppedResources
Website: https://docs.wizarr.dev/
GitHub: https://github.com/Wizarrrr/wizarr
GitHub Container Registry: https://github.com/wizarrrr/wizarr/pkgs/container/wizarr
Configuration: https://docs.wizarr.dev/getting-started/installation