linuxserver / docker-transmission

GNU General Public License v3.0
595 stars 185 forks source link

Flood for Transmission - Mobile interface missing #190

Closed tamet83 closed 2 years ago

tamet83 commented 2 years ago

linuxserver.io


Expected Behavior

Hi, I successfully installed Transmission with Flood for Transmission interface. It runs ok on desktop but it doesn't provide a mobile interface.

I noticed that on the maintainer page this feature has been implemented

I just don't know if you're merging code from that repository or you're implementing it by yourself.

In any case, there is any chance to implement mobile view also on your image?

Environment

OS: Docker inside Proxmox 7 container CPU architecture: x86_64 How docker service was installed: I used the officiale dockerhub image.

Command used to create docker container (run/create/compose/screenshot)

This is my docker-compose:

# TRANSMISSION
  transmission:
    image: lscr.io/linuxserver/transmission
    container_name: transmission
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Rome
      - TRANSMISSION_WEB_HOME=/flood-for-transmission/ #optional
    volumes:
      - /transmission:/config
      - /media/download:/downloads
    ports:
      - 9091:9091
      - 51413:51413
      - 51413:51413/udp
    restart: unless-stopped
github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

zachthedev commented 2 years ago

Any updates on this?

thelamer commented 2 years ago

It makes the actual interface responsive to touch etc, if you click on the torrent list section the side bar hides under a certain width stuff like that. We simply pull their latest release which includes all this code. If you were expecting a mobile button like other skins I think that simply does not exist.