Web GUI for finding gigs of Lidarr artists. Can also provide a ICS calendar with found events.
Most of the code is from thewicklowwolf
version: "2.1"
services:
calidarr:
image: ghcr.io/vincent/calidarr:latest
container_name: calidarr
volumes:
- /path/to/config:/calidarr/config
- /etc/localtime:/etc/localtime:ro
ports:
- 5000:5000
restart: unless-stopped
Certain values can be set via environment variables:
- lidarr_address: The URL for Lidarr. Defaults to
https://192.168.1.2:8686
. - lidarr_api_key: The API key for Lidarr. Defaults to ``.
- fallback_to_top_result: Whether to use the top result if no match is found. Defaults to
False
. - lidarr_api_timeout: Timeout duration for Lidarr API calls. Defaults to
120
. - app_name: Name of the application. Defaults to
Calidarr
. - app_rev: Application revision. Defaults to
0.01
. - app_url: URL of the application. Defaults to
Random URL
. - mode: Mode for discovery (Songkick only). Defaults to
Songkick
.