Automated Movie Management Server for Overseerr
1.1K
Moderatarr is a lightweight TypeScript webhook server that listens to incoming requests from Overseerr or Jellyseerr and provides intelligent anime detection and automation.
docker pull tsotimus1/moderatarr:latest
docker run -d \
--name moderatarr \
-p 3000:3000 \
-v moderatarr_data:/app/data \
-e RESEND_API_KEY=your_resend_api_key \
-e RESEND_AUDIENCE_ID=your_resend_audience_id \
-e TMDB_API_TOKEN=your_tmdb_api_token \
-e SEERR_API_TOKEN=your_seerr_api_token \
-e SEERR_BASE_URL=http://your-seerr:5055 \
-e [email protected] \
-e [email protected] \
-e SEERR_EMAIL_URL=http://your-seerr:5055 \
--restart unless-stopped \
tsotimus1/moderatarr:latest
# Check if container is running
docker ps | grep moderatarr
# Check application health
curl http://localhost:3000/health
http://your-server-ip:3000/webhook/overseerrhttp://your-server-ip:3000/webhook/overseerrThat's it! Your Moderatarr instance is now running and ready to process anime requests.
| Variable | Description | Example |
|---|---|---|
RESEND_API_KEY | Your Resend API key | re_123456789 |
RESEND_AUDIENCE_ID | Your Resend audience ID | aud_123456789 |
TMDB_API_TOKEN | The Movie Database API token | eyJhbGciOiJIUzI1NiJ9... |
SEERR_API_TOKEN | Your Overseerr/Jellyseerr API token | MTcxNjQ4NzE4NXxZV... |
SEERR_BASE_URL | Your Overseerr/Jellyseerr base URL | http://overseerr:5055 |
SEERR_EMAIL | Your domain email that your sending emails from. Should be from a valid resend domain | [email protected] |
ADMIN_EMAIL | Your admin email for email alerts. Can be any email you want to receive alerts | [email protected] |
SEERR_EMAIL_URL | Your Overseerr/Jellyseerr URL, used in the emails for quick access to the requests | http://overseerr:5055 |
| Variable | Description | Default |
|---|---|---|
MAX_NON_ANIME_SEASONS | Max seasons for non-anime shows | 2 |
MAX_ANIME_SEASONS | Max seasons for anime shows | 2 |
DB_FILE_NAME | Database file path | moderatarr.db |
Content type
Image
Digest
sha256:9e85cb9a3…
Size
125.1 MB
Last updated
about 1 year ago
docker pull tsotimus1/moderatarr