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

Deluge not dark #561

Closed
KillahB33 opened this issue May 13, 2024 · 2 comments
Closed

Deluge not dark #561

KillahB33 opened this issue May 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@KillahB33
Copy link

Describe the bug
A clear and concise description of what the bug is.

Theme Install Method (Don't skip)
deluge:
image: lscr.io/linuxserver/deluge
container_name: deluge
ports:
- 8112:8112
- 6881:6881
- 6881:6881/udp
- 51413:51413
environment:
- PUID=1000
- PGID=1000
- TZ=America/Toronto
- DELUGE_LOGLEVEL=error #optional
- DOCKER_MODS=ghcr.io/gilbn/theme.park:deluge
- TP_THEME=dark
volumes:
- /opt/config/deluge:/config
- /opt/downloads:/downloads
restart: unless-stopped

Above this is it trying to chown all my stuff, it's on unraid so permissions aren't 1000:1000
**** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****
**** The app may not work properly and we will not provide support for it. ****
[custom-init] No custom files found, skipping...
Connection to 127.0.0.1 58846 port [tcp/] succeeded!
Connection to 127.0.0.1 8112 port [tcp/
] succeeded!
[ls.io-init] done.

Application Info (Don't skip)
Latest

To Reproduce
Load it up, tried a restart still default theme

Expected behavior
Dark theme

Desktop (If applicable) (please complete the following information):
Windows, I tried both brave and chrome and incognito.

@KillahB33 KillahB33 added the bug Something isn't working label May 13, 2024
@GilbN
Copy link
Collaborator

GilbN commented May 17, 2024

try the correct docker mod. that one is old.

@KillahB33
Copy link
Author

That did it!! Apologies I reviewed the docs and some how missed that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants