Paywalled
- 0 Posts
- 6 Comments
Joined 3 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
AverageGoob@lemmy.worldto
Selfhosted@lemmy.world•Torrenting behind gluetun on zimaos?English
2·2 months agoThis is a docker compose that I know works for qbittorrent behind gluetun.
I wonder if you are missing the “network_mode: service:gluetun” part?
qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent2 network_mode: service:gluetun environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - WEBUI_PORT=9090 - TORRENTING_PORT=6882 volumes: - /path/to/qbittorrent/appdata:/config - /mnt/JellyFinContent/Data/torrents:/data/torrents #optional # ports: # - 9090:9090 # - 6882:6882 # - 6882:6882/udp depends_on: gluetun: condition: service_healthy restart: unless-stopped
AverageGoob@lemmy.worldto
Selfhosted@lemmy.world•Torrenting behind gluetun on zimaos?English
5·2 months agoGluetun and mullvad works for sure but, yes, you do need to modify some settings in the compose file. At least I did to get it work.
AverageGoob@lemmy.worldto
3DPrinting@lemmy.world•What does the bed mesh in Fluidd show? My prints are good, nothing to complain about, but I see the bed mesh doesn't look so good.English
31·7 months agoWhat I have used as a rule of thumb is to keep the difference below .2, .6 is a huge difference in my mind and is making your printer work much harder to compensate for the large difference.

Well, yes, but I was referring to the article before the link was updated.