alternatrr
alternatrr lets you add alternative titles to your sonarr instance by editing the sonarr.db file directly via a simple UI.
# example docker-compose.yml
version: '3'
services:
alternatrr:
image: theultimatecoder/alternatrr:latest
environment:
- ConnectionStrings__DefaultConnection=Data Source=/opt/alternatrr/app/alternatrr.db
- ConnectionStrings__sonarr=Data Source=/opt/sonarr/app/sonarr.db
- Login__Username=Test
- Login__Password=ChangeMe321!
# Needed for reverseproxy
- VIRTUAL_HOST=alternatrr.YOURDOMAIN.COM
- VIRTUAL_PORT=80
- LETSENCRYPT_HOST=alternatrr.YOURDOMAIN.COM
- LETSENCRYPT_EMAIL=YOUREMAILADDRESS
volumes:
- /opt/sonarr/app:/opt/sonarr/app #Mounting the directory with sonarr.db in it
- /opt/alternatrr/app:/opt/alternatrr/app #Mounting the alternatrr.db peristent login
Content type
Image
Digest
Size
104.6 MB
Last updated
about 5 years ago
Requires Docker Desktop 4.37.1 or later.