I saw an appreciation post for Gluetun on here in the last couple of weeks. I’d set it up before my server died and I had to reinstall everything, but then gone for the easy method when I was reinstalling.

So my easy method install had a VM as a server running Plex and Docker and a second VM with Mullvad installed running anything that needed a VPN in Docker.

Yesterday I opened up a program behind the VPN and it wasn’t working again. I had to restart the VM to get it going and it annoyed me. So before work I set up Gluetun.

I had previously used this walkthrough https://youtu.be/9dJPOd0XbN8 so I went back to it, looked in the notes and found his GitHub, then his docker compose under Torrent-VPN.

I stole his initial Gluetun config and the qBittorrent part, but then went into Portainer and took all my running containers and added them to the file. I took the ports out of each compose file and added the “network mode” and “depends on Gluetun” bits from the qBittorrent part of his config and added them to each compose file I added to the file.

Then the ports I had removed I added to the Gluetun part of his compose file.

Downloaded a config file for Mullvad and added the IP and private Key to the Gluetun compose.

Then launch the stack and it worked.

Now for the Gotchas. I had to go into Portainer to get the IP address that the whole stack used. This IP address was required to get containers talking to each other. If you need Sonarr to connect to Prowlarr it needs this IP address.

Also the downloader (he uses qBittorrent and I used RDT client) needed to be mapped using “localhost” for each container and the port

But other than those Gotchas it was quite easy and I managed to get everything set up an hour after finishing work. This was because I just used backups of my already running containers and restored them in the new ones, then edited the bits that had changed (IP addresses in my Gotchas)

The upside is that I’m now only using the one VM, meaning I’ve saved 4gb of RAM.

I can use that ram for something else now. Nextcloud? Immich?

Hope this helps someone else.

    • LifeBandit666OP
      link
      English
      416 days ago

      Thanks for that, yeah it’s kinda integral to an appreciation post, what is it exactly.

      So what Gluetun has done has replaced all the messing around with VPNs for me. Rather than having a specific VM for VPN tasks running using Mullvads app, I can now run the VPN stuff in my VM that was previously just for clearnet things at the same time as those things, without the additional app.

      I’ve just deleted the app and containers in the VPN VM and am repurposing it for trying out new things in Docker. Current project is Nextcloud AIO, which I’m failing at for now.

      • @ikidd@lemmy.world
        link
        fedilink
        English
        215 days ago

        What’s your issue with NC AIO? Maybe I can help, I’ve been running it since nearly inception.

        • LifeBandit666OP
          link
          English
          113 days ago

          Honestly I just think it’s my general ability. I couldn’t get the Docker Compose file to work in Portainer. But in all seriousness I don’t think I need NC, I was just interested in what it offers.

          • @ikidd@lemmy.world
            link
            fedilink
            English
            113 days ago

            I’m not sure how well docker-in-docker would work via portainer. Maybe it does, I’ve not tried it.

            I would just do it from a folder you set up yourself and drop the docker-compose.yml in it, and go. If you want to share your dockercompose I can see if I notice a problem. I remember having to get over a couple issues at the time, but it’s been a while and can’t remember them offhand.

            I think NC is worth setting up, but YMMV.

  • @HauntingScience@programming.dev
    link
    fedilink
    English
    4
    edit-2
    16 days ago

    I’ve had some level of success using “gluetun” as the host of the container you want to hit, for any container outside of gluetun’s network mode.

    Then, for those that are sharing the gluetun network, they can communicate using their regular hostname but using the internal port instead of the published one.

    Out of all my containers behind gluetun I have only one that hasn’t been able to connect with anything but IPs

    • LifeBandit666OP
      link
      English
      116 days ago

      Nice thanks for this, maybe useful when I finally get out of this carpark lol

  • @sailingbythelee@lemmy.world
    link
    fedilink
    English
    216 days ago

    Gluetun is the bomb. You don’t realize how much automated tracking of the torrent-verse is out there until your VPN connection drops unexpectedly and your torrent client continues merrily downloading in the clear. Gluetun is a fantastic killswitch and has never failed me. All hail the developer.

    • LifeBandit666OP
      link
      English
      215 days ago

      Good to hear. I guess the advantage is this way my containers rely upon Gluetun to work, so if it stops working, the whole stack stops working.

  • @djvinniev77@lemmy.ca
    link
    fedilink
    English
    216 days ago

    That’s awesome. I’m going to have to read this all carefully and set up my own stack. I also use rdt, but in some cases you need qbittorrent (I don’t think rdt handles music?) Anyway, good job and thanks

    • LifeBandit666OP
      link
      English
      116 days ago

      I use RDT for Lidarr too. I’ve had qbt set up in the past and may even do it again but for now it’s fine for everything I need.

      • @djvinniev77@lemmy.ca
        link
        fedilink
        English
        116 days ago

        Hmm. I thought debrid didn’t handle audio but I guess they do… I’m going to have a look… thank you!

  • @Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    1
    edit-2
    13 days ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    DNS Domain Name Service/System
    IP Internet Protocol
    SSL Secure Sockets Layer, for transparent encryption
    TLS Transport Layer Security, supersedes SSL
    VPN Virtual Private Network

    4 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.

    [Thread #736 for this sub, first seen 4th May 2024, 12:35] [FAQ] [Full list] [Contact] [Source code]

  • Peak
    link
    fedilink
    116 days ago

    @Lifebandit666 How reliable is the killswitch of Gluetun? I read that killswitches sometimes fail so it is better to bind to a network interface who is only routed to work through the VPN.

    Does that risk exist with Gluetun?

    • LifeBandit666OP
      link
      English
      115 days ago

      I honestly do not know as I’ve never had it fail, it is a valid concern. I did have you asking about the kill switch while someone else commented to say the kill switch is great so it seems I should get you together https://lemmy.world/comment/9851407