mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Transmission to 4.0.6 (#1240)
This commit is contained in:
parent
e9d980c089
commit
6d8476c883
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 9091
|
APP_PORT: 9091
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: linuxserver/transmission:4.0.5@sha256:412881528fbbffa64da33b20ee0884985a27f601436036c420c934c1d8b4bb9a
|
image: linuxserver/transmission:4.0.6@sha256:17b10956b1711c989140023cbd8a71d3683f6bbb1b5d1ee0c8cdac45b028fffc
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -24,4 +24,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TRANSMISSION_URL=http://transmission_server_1
|
- TRANSMISSION_URL=http://transmission_server_1
|
||||||
- TRANSMISSION_PORT=9091
|
- TRANSMISSION_PORT=9091
|
||||||
restart: on-failure
|
restart: on-failure
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: transmission
|
id: transmission
|
||||||
category: networking
|
category: networking
|
||||||
name: Transmission
|
name: Transmission
|
||||||
version: "4.0.5"
|
version: "4.0.6"
|
||||||
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.
|
||||||
|
@ -33,22 +33,7 @@ defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
🎉 Widgets are here for umbrelOS 1.0.
|
This release includes several bug fixes and improvements for better performance and stability. Full release notes are available at https://github.com/transmission/transmission/releases
|
||||||
|
|
||||||
|
|
||||||
This update brings two new widgets for Transmission, allowing you to monitor the status of your torrents right from your Umbrel's home screen:
|
|
||||||
|
|
||||||
|
|
||||||
- Status: A widget that displays the number of downloading, seeding, stopped, and queued torrents.
|
|
||||||
|
|
||||||
|
|
||||||
- Active Torrents Monitor: A widget that shows your active torrents and their download and upload speeds.
|
|
||||||
|
|
||||||
|
|
||||||
After updating to umbrelOS 1.0, you can add widgets by right-clicking on the home screen and selecting "Edit widgets", or by clicking on Widgets in the Dock.
|
|
||||||
|
|
||||||
|
|
||||||
This release also updates Transmission to version 4.0.5. Full release notes are available at https://github.com/transmission/transmission/releases
|
|
||||||
permissions:
|
permissions:
|
||||||
- STORAGE_DOWNLOADS
|
- STORAGE_DOWNLOADS
|
||||||
widgets:
|
widgets:
|
||||||
|
@ -89,4 +74,4 @@ widgets:
|
||||||
- text: "100% • Debian 11.0 amd64 ISO image"
|
- text: "100% • Debian 11.0 amd64 ISO image"
|
||||||
subtext: "↓0Mbps ↑827Kbps"
|
subtext: "↓0Mbps ↑827Kbps"
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
|
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
|
Loading…
Reference in New Issue
Block a user