ix_values.yaml 741 B

123456789101112131415161718192021
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_linuxserver_transmission
  4. tag: 4.0.6
  5. consts:
  6. transmission_container_name: transmission
  7. reserved_keys:
  8. - rpc-enabled
  9. - rpc-bind-address
  10. - rpc-port
  11. - peer-port
  12. - download-dir
  13. - incomplete-dir-enabled
  14. notes_body: |
  15. For additional configuration you can either use the WebUI,
  16. or add them in the [additional_config] section.
  17. See [available options](https://github.com/transmission/transmission/blob/main/docs/Editing-Configuration-Files.md#options).
  18. Anything set on the [additional_config] section will be added/updated to the `settings.json`
  19. and changing it's value from the WebUI will be reset on the next deployment.