mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* Upgraded catalog item(s)
This commit upgrades collabora, home-assistant, minecraft, paperless-ngx, drawio, metube, transmission, prowlarr, lidarr, sabnzbd, kapowarr, readarr, firefly-iii, kavita catalog item(s).
* undo kapowarr
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
45 lines
908 B
YAML
45 lines
908 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/transmission
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.0.5
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
transmissionConfig:
|
|
additionalEnvs: []
|
|
|
|
transmissionNetwork:
|
|
webPort: 30096
|
|
peerPort: 50413
|
|
hostNetwork: false
|
|
|
|
transmissionRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
transmissionStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
downloadsComplete:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: downloads-complete
|
|
downloadsDir: /downloads/complete
|
|
enableIncompleteDir: true
|
|
downloadsIncomplete:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: downloads-incomplete
|
|
incompleteDir: /downloads/incomplete
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Settings can be configured via Environment Variables.
|
|
See https://github.com/onedr0p/containers/tree/main/apps/transmission for available options.
|