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

qBittorrent 5.0 w/local theme-park docker #657

Open
Lebowski89 opened this issue Oct 25, 2024 · 1 comment
Open

qBittorrent 5.0 w/local theme-park docker #657

Lebowski89 opened this issue Oct 25, 2024 · 1 comment

Comments

@Lebowski89
Copy link

Lebowski89 commented Oct 25, 2024

Hi

Deploying a Hotio qBittorrent container locally with a local theme-park container along side. Have followed the following steps which have worked for every other Hotio container (that has a theme-park file in the docker-mods folder of theme-park):

Have bound the theme-park file to the qBittorrent container:

  - '{{ qbittorrent_themepark_paths_location }}/docker-mods/98-themepark-qbittorrent:/etc/cont-init.d/98-themepark'

Have given the qBittorrent container the following theme-park envs:

  TP_SCHEME: 'http'
  TP_DOMAIN: '{{ qbittorrent_themepark_domain_local }}'  (machine ip + host port of theme-park container)
  TP_HOTIO: 'true'
  TP_THEME: '{{ qbittorrent_themepark_domain_local_theme }}' (hotpink)

(And have made sure the above variables have values and that the theme-park container is up and serving themes to other containers)

The result is this:
Screenshot_95

No theme has been applied. The theme-park container logs show nothing, but the qBittorrent container shows this:

Screenshot_93

And this is added to the qBittorrent config file:

Screenshot_97

I'm also running themes via traefik subfiltering on the same container (with the csp headers) and it correctly provides a theme:
Screenshot_96

Not sure why it isn't working. Have had no issue with lidarr/radarr/sonarr/whisparr/prowlarr - and the only thing I've really had to change between them was the value following '98-themepark-'... 98-themepark-radarr, 98-themepark-sonarr, 98-themepark-qbittorrent, etc.

Edit: Contents of the docker-mods folder in the theme-park container appdir shows the qbittorrent file
Screenshot_98

Any ideas?

Container info:
Screenshot_94

@GilbN
Copy link
Collaborator

GilbN commented Nov 19, 2024

Do you have any errors in the browser console? Does the html get edited with the theme park style tags when you look at the elements in the browser console?

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

No branches or pull requests

2 participants