Page 1 of 1

bitmagnet integration

Posted: Sun Jun 23, 2024 7:35 pm
by rhodes

Hi.

Bitmagnet sounds like an amazing project.

Do you see the possibility to integrate it into yams?
In the compose file I see some gluetun differences compared to yams (bitmagnet/docker-compose.yml):

  • additional port exposures

  • "restart: always"

  • manually mapped host names

What is your opinion?
Any experiences?


Re: bitmagnet integration

Posted: Sun Jun 23, 2024 8:18 pm
by rogs

Hey @rhodes!

That gluetun config is specific for that project, so nothing much can be brought to YAMS. If you want to integrate bitmagnet to YAMS, you can use this: https://yams.media/advanced/add-your-own-containers/. You might need to edit the Gluetun configuration on the main docker-compose file, just make sure to add the ports necessary for bitmagnet.

Cheers!


Re: bitmagnet integration

Posted: Tue Dec 17, 2024 1:32 am
by azaletel

Hi there,

After having the full YAMS stack running successfully, I've been trying to get this same setup running (integrating bitmagnet into the YAMS gluetun container) , connecting bitmagnet to the gluetun container with this command: --network=container:gluetun

This gives me the error:
conflicting options: port publishing and the container type network mode

When I take the ports out of the bitmagnet config and enter them into the gluetun part of docker-compose everything starts, but qBittorrent, bitmagnet and the sql server don't show IP addresses in portainer, and while qbittorrent is accessible via the IP I know it has, bitmagnet is not accessible with the configured ports.

Not sure where I'm going wrong, any advice is appreciated!

And thank you for all your work on this!


Re: bitmagnet integration

Posted: Fri Dec 27, 2024 12:56 pm
by Evad

Did you find a solution to your issue? I have encountered the same problem trying to get Gluetun working with SABnzbd as a custom container in YAMS.

Qbittorrent - fails to start with non standard ports and the network mode: gluetun enabled
Error response from daemon: conflicting options: port publishing and the container type network mode


Re: bitmagnet integration

Posted: Fri Dec 27, 2024 2:27 pm
by rogs

@Evad: Remove the port on SABnzbd and pass it through Gluetun. Read the Gluetun documentation on how to add containers to gluetun: https://github.com/qdm12/gluetun-wiki/b ... gluetun.md