Skip to content

Collection of mod for linuxserver.io docker containers.

License

Notifications You must be signed in to change notification settings

Michsior14/docker-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mods

Collection of mod for linuxserver.io docker containers.

Based on jordanpotter/docker-mods.

Tags

Each tag is in the format of <imagename>-<modname> for the latest versions, and <imagename>-<modname>-<version> for the specific versions.

Available mods

transmission-gluetun-port-update

Updates the port in the transmission configuration to match the port forwarding set by gluetun.

Usage

services:
  wireguard:
    image: ghcr.io/qdm12/gluetun
    container_name: wireguard
    restart: always
  transmission:
    image: lscr.io/linuxserver/transmission:latest
    container_name: transmission
    restart: always
    network_mode: "service:wireguard"
    environment:
      - DOCKER_MODS=ghcr.io/michsior14/docker-mods:transmission-gluetun-port-update # or michaukrieg/docker-mods:transmission-gluetun-port-update
      ## Other environment variables e.g
      #- GLUETUN_PORT=
      #- WHITELIST=127.0.0.1,other,addresses ## If used make sure 127.0.0.1 is kept to avoid rcp errors

Supported environment variables can be checked here. Note that TRANSMISSION_USER and TRANSMISSION_PASSWORD are set automatically based on main image configuration.

Repository: Michsior14/transmission-gluetun-port-update

About

Collection of mod for linuxserver.io docker containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages