Browse Source

Update Transmission to 4.0.3 (#514)

main
Dmitry Vorotilin 2 years ago
committed by GitHub
parent
commit
7f3335f400
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      transmission/docker-compose.yml
  2. 9
      transmission/umbrel-app.yml

2
transmission/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 9091 APP_PORT: 9091
server: server:
image: linuxserver/transmission:version-3.00-r5@sha256:f0b885f211dd6fde7b64f0d6b9e5931929cfc2331fb83d6f3171e412f22b3f87 image: linuxserver/transmission:4.0.3@sha256:be6b4fd40e4baf685633a9ccc7974fe350115fb4b2afdf244ebc0ccdf9a33cb7
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000

9
transmission/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: transmission id: transmission
category: Networking category: Networking
name: Transmission name: Transmission
version: "3.00-r5" version: "4.0.3"
tagline: A fast, easy and free BitTorrent client tagline: A fast, easy and free BitTorrent client
description: >- description: >-
Transmission is designed for easy, powerful use. We've set the defaults to just work and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve. Transmission is designed for easy, powerful use. We've set the defaults to just work and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
@ -32,7 +32,12 @@ path: "/transmission/web/"
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
torOnly: false torOnly: false
releaseNotes: >-
This release updates Transmission from version 3.00 to 4.0.3
Full release notes are available at https://github.com/transmission/transmission/releases
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319

Loading…
Cancel
Save