linuxserver / docker-qbittorrent

GNU General Public License v3.0
1.03k stars 148 forks source link

[BUG] Incorrect UI theme/colours when viewed in iFrame #345

Open smarthome-enthusiast opened 2 hours ago

smarthome-enthusiast commented 2 hours ago

Is there an existing issue for this?

Current Behavior

image

Expected Behavior

image

Steps To Reproduce

Device 1: x64 NAS Device 2: arm64 - RPi 4B

  1. Run Organizr container on Device 1, adding SSL to the default nginx site config with:

    listen 80 default_server ssl;
    ssl_certificate ...
    ssl_certificate_key ...
  2. Run qBit on Device 2 and config SSL for WebUI and network through VPN service

  3. Create Tab on Organizr for qBit

  4. View result

Environment

- OS: Raspbian Bookworm
- How docker service was installed: Using the convenience script off Docker's official website

CPU architecture

arm64

Docker creation

qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qBittorrent
    restart: always
    network_mode: service:vpn
    environment:
      PUID: 1000
      PGID: 65536
      TZ: Someplace/somewhere
      WEBUI_PORT: 4567
    volumes:
      - qB_config:/config
      - qB_incomplete:/incomplete
      - qB_torrents:/torrents
      - qB_downloads:/downloads
      # Certificate Folder
      - cert:/cert
    depends_on:
      vpn:
        condition: service_healthy
        restart: true

Container logs

╔═════════════════════════════════════════════════════════════════════════╗
║                                                                         ║
║        Some of the contents of the folder /custom-cont-init.d           ║
║            are not owned by root, which is a security risk.             ║
║                                                                         ║
║  Please review the permissions of this folder and its contents to make  ║
║     sure they are owned by root, and can only be modified by root.      ║
║                                                                         ║
╚═════════════════════════════════════════════════════════════════════════╝
[custom-init] No custom services found, skipping...
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    65536
───────────────────────────────────────
Linuxserver.io version: 5.0.1-r0-ls362
Build-date: 2024-11-02T05:49:15+00:00
───────────────────────────────────────

[custom-init] Files found, executing
[custom-init] 00-change-port.sh: executing...
Configured Port: ...
VPN Assigned Port: ...
VPN port has not changed. Configuration unmodified.
[custom-init] 00-change-port.sh: exited 0
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: https://localhost:4567
Connection to localhost (127.0.0.1) 4567 port [tcp/*] succeeded!
[ls.io-init] done.
github-actions[bot] commented 2 hours 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 2 hours ago

Does it work when not going via organizr?

If it does, it's not a problem with the container.