Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
smarthome-enthusiast opened this issue Nov 6, 2024 · 4 comments
Open
1 task done

Comments

@smarthome-enthusiast
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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 ...
  1. Run qBit on Device 2 and config SSL for WebUI and network through VPN service
  2. Create Tab on Organizr for qBit
  3. 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.
Copy link

github-actions bot commented Nov 6, 2024

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

@j0nnymoe
Copy link
Member

j0nnymoe commented Nov 6, 2024

Does it work when not going via organizr?

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

@smarthome-enthusiast
Copy link
Author

It works when connecting directly to container. It also worked fine before last month's update and Organizr has not updated any of their code (container or web files) in 7 months.

@j0nnymoe
Copy link
Member

If it's working fine when accessing, it's outside of our support. I suspect the majority changes in the qbittorrent webui is causing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants