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

🐛 [transmission_openvpn] Cannot set INCOMPLETE_DIR_ENABLED environment variable #1107

Closed
schmittx opened this issue Nov 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@schmittx
Copy link

schmittx commented Nov 30, 2023

Description

I want to enable the incomplete directory option by default.

image

Reproduction steps

I've tried adding the following lines to config.yaml but neither works.

TRANSMISSION_INCOMPLETE_DIR_ENABLED: "true"
INCOMPLETE_DIR_ENABLED: "true"

Addon Logs

Successfully used existing settings.json /config/addons_config/transmission/settings.json
Overriding bind-address-ipv4 because TRANSMISSION_BIND_ADDRESS_IPV4 is set to 10.10.112.64
Overriding download-dir because TRANSMISSION_DOWNLOAD_DIR is set to /share/transmission/complete
Overriding incomplete-dir because TRANSMISSION_INCOMPLETE_DIR is set to /share/transmission/active
Overriding rpc-authentication-required because TRANSMISSION_RPC_AUTHENTICATION_REQUIRED is set to true
Overriding rpc-password because TRANSMISSION_RPC_PASSWORD is set to [REDACTED]
Overriding rpc-port because TRANSMISSION_RPC_PORT is set to 9091
Overriding rpc-username because TRANSMISSION_RPC_USERNAME is set to matt
Overriding watch-dir because TRANSMISSION_WATCH_DIR is set to /share/transmission/queue

Architecture

No response

OS

HAos

@schmittx schmittx added the bug Something isn't working label Nov 30, 2023
alexbelgium added a commit that referenced this issue Nov 30, 2023
alexbelgium added a commit that referenced this issue Nov 30, 2023
@alexbelgium
Copy link
Owner

Hi, sure I've pushed an update that enables the option in the config if the incomplete directory is described

@schmittx
Copy link
Author

schmittx commented Dec 2, 2023

Works great now, thank you!!!

@schmittx schmittx closed this as completed Dec 2, 2023
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