Manage your media library requests directly from your Discord server. This lightweight bot integrates with your existing setup, providing a clean and responsive user interface for both desktop and mobile users. By utilizing modern Discord slash commands and components, it ensures a smooth user experience without compromising server security. Key benefits include: Privacy-first architecture that operates without privileged intents, meaning it will never read your message content. Simple configuration that removes the need for a complex web frontend, keeping your setup straightforward and efficient. High performance powered by a minimal codebase, ensuring fast response times and low resource consumption. Whether you are managing a small private server or a large community, this solution offers a secure, fast, and user-friendly way to handle all your media requests without leaving Discord.
services:
doplarr:
image: ghcr.io/kiranshila/doplarr:latest
container_name: doplarr
restart: unless-stopped
environment:
# Discord Configuration
- DISCORD__TOKEN=${DISCORD_TOKEN}
# Overseerr / Jellyseerr Configuration
- OVERSEERR__URL=http://overseerr:5055
- OVERSEERR__API_KEY=${OVERSEERR_API_KEY}
# Sonarr Configuration (Optional)
- SONARR__URL=http://sonarr:8989
- SONARR__API_KEY=${SONARR_API_KEY}
# Radarr Configuration (Optional)
- RADARR__URL=http://radarr:7878
- RADARR__API_KEY=${RADARR_API_KEY}
# Application Settings
- LOG_LEVEL=info
- JAVA_OPTS=-Xmx512mDISCORD_TOKEN=your_discord_bot_token_here
OVERSEERR_API_KEY=your_overseerr_api_key_here
SONARR_API_KEY=your_sonarr_api_key_here
RADARR_API_KEY=your_radarr_api_key_hereAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago