mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Add additional URL to BitMagnet indexer definition to allow connections within docker-compose stack #1069
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#1069
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tyrells on GitHub (Aug 15, 2024).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Currently the only Base URL defined for the BitMagnet (Local DHT) indexer is
http://127.0.0.1:3333/. When using Prowlarr and BitMagnet as part of a single docker-compose stack file (i.e. Servarr wiki Docker guide), you cannot connect to a different container in the same stack using the localhost IP address, but must rather use thecontainer_namespecified for the particular container you are trying to connect to.Describe the solution you'd like
Add a second Base URL in the BitMagnet indexer definition file as follows
http://bitmagnet:3333/. This is thecontainer_nameused in the official bitmagnet installation instructions.Describe alternatives you've considered
Add additional common container names too, although I don't think this should be considered, as it has already been rejected in this issue: https://github.com/Prowlarr/Prowlarr/issues/2149
Anything else?
N/A
@tyrells commented on GitHub (Aug 15, 2024):
Moving to Indexers repo
@bakerboy448 commented on GitHub (Aug 15, 2024):
PR upstream to https://github.com/Jackett/Jackett/blob/master/src/Jackett.Common/Definitions/bitmagnet.yml
and it'll get pulled to Indexers next sync