skoell13

joined 2 years ago
[–] skoell13@feddit.org 1 points 1 week ago

Interesting video regarding the topic: https://m.youtube.com/watch?v=j4OKo0VpoeM

[–] skoell13@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

This is my setup

sabnzbd:
    ...
    restart: unless-stopped
    network_mode: "service:gluetun"

  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=wireguard
    devices:
      - /dev/net/tun:/dev/net/tun
    ports:
      - 9090:8080 # SABnzbd webui port forwarding
    volumes:
      - ./Wireguard/wg0.conf:/gluetun/wireguard/wg0.conf:ro
    restart: unless-stopped

Note how i explicitly tell sabnzbd container to use gluetun as a network.

Afaik, with your setup you simply run both containers in the same network so that both can reach each other.

[–] skoell13@feddit.org 2 points 2 weeks ago (3 children)

What do your docker logs mention? Especially regarding sab ans deluge?

[–] skoell13@feddit.org 2 points 2 weeks ago (6 children)

Usually you should be able to download a wg0.conf file from your vpn provider. It basically contains all the data that you provided via env var in a specific format.

Note: the server address has to be an IP address since gluetun won't resolve addresses (see here).

[–] skoell13@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago) (12 children)

You could maybe try using the wg0.conf and mount this insteas. Here is how I set it up (works with proton and windscribe)

gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=wireguard
    devices:
      - /dev/net/tun:/dev/net/tun
    ports:
      - 9090:8080 # SABnzbd webui port forwarding
    volumes:
      - ./Wireguard/wg0.conf:/gluetun/wireguard/wg0.conf:ro
    restart: unless-stopped
[–] skoell13@feddit.org 3 points 4 weeks ago (1 children)

The mivie is called Filth iirc

[–] skoell13@feddit.org 5 points 1 month ago

I love it so much that I donaged twice to the project. There are also some easter-eggs hidden in the software, like quotes from Dune.

[–] skoell13@feddit.org 3 points 1 month ago

1795 blocked from 17 apps

[–] skoell13@feddit.org 1 points 1 month ago

Thank you very much for that info :). I heard that some people had luck and others didn't. Will try it out at some point. For Jellyfin I still prefer the VPS though so I don't have to open a port.

[–] skoell13@feddit.org 1 points 1 month ago (2 children)

My problem is that I don't have a fixed IPv4 address and jot even a 'real' one (don't ask, Germany Cable internet...). So if I am somewhere where I don't have an IPv6 I cannot connect to it. I also did this via VPS to share with family without having them to set up wireguard etc.

31
Mushroom [OC] (feddit.org)
submitted 7 months ago* (last edited 7 months ago) by skoell13@feddit.org to c/artshare@lemmy.world
 

Friend of mine painted this, wanted to share it since I think it's awsme

view more: next ›