linuxserver / docker-qbittorrent

GNU General Public License v3.0
1.05k stars 155 forks source link

[BUG] read_only mode prevent plugin installation (to be confirmed) #329

Closed jehon closed 1 month ago

jehon commented 1 month ago

Is there an existing issue for this?

Current Behavior

When running docker with read_only = true, plugins are impossible to install: neither work:

Expected Behavior

When running "check for update", the plugins should come up "magically". They don't.

I think that in read_only mode either:

Anyway, I bit of documentation?

Steps To Reproduce

  1. start the docker as documented, with the read_only flag
  2. go to search
  3. bottom right: search plugins
  4. use "check for update"
  5. the list does not fill in In non-read-only mode, the list fill in.

Environment

- OS: Linux Ubuntu
- How docker service was installed: snap

CPU architecture

x86-64

Docker creation

docker compose:

  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    tmpfs:
      - /run:exec
    read_only: true # => prevent plugin installation
    environment:
      WEBUI_PORT: 8080
    expose:
      - 8080

Container logs

nothing shown except normal startup
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 1 month ago

This is what I would expect to happen if you aren't mounting any external volumes. No need to add additional documentation to the readme as read only is "best effort" support with our containers, all explained here: https://docs.linuxserver.io/misc/read-only/