Skip to content

Docker container to get a noVNC transmission GUI access

Notifications You must be signed in to change notification settings

acaranta/docker-tranguihttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Transmission GUI, a Docker container with noVNC http access

This container allows you to have a working Transmission GUI app, reachable via a http noVNC that can be placed behind a reverse proxy.

More information about the noVNC baseimage here : https://github.com/jlesage/docker-baseimage-gui.

Basically, here is a docker-compose exmaple of how to use it :

version: '2'
services:
  trgui:
    image: acaranta/docker-tranguihttp
    environment:
      - VNC_PASSWORD=<yourVNCpassword>
    volumes:
      - <yourdockervolume>:/app/config:rw
    ports:
      - 5800:5800

About

Docker container to get a noVNC transmission GUI access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages