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

Update Transmission to 4.0.6 #1240

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions transmission/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
APP_PORT: 9091

server:
image: linuxserver/transmission:4.0.5@sha256:412881528fbbffa64da33b20ee0884985a27f601436036c420c934c1d8b4bb9a
image: linuxserver/transmission:4.0.6@sha256:17b10956b1711c989140023cbd8a71d3683f6bbb1b5d1ee0c8cdac45b028fffc
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
ports:

Check notice on line 17 in transmission/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "51413:51413"

Port mappings are only needed, if external clients need to access the service. If the app is only accessed from other apps/programs on the same host, please use the container name instead. If you want to expose an HTTP UI, you also don't need to expose the port.

Check notice on line 17 in transmission/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "51413:51413/udp"

Port mappings are only needed, if external clients need to access the service. If the app is only accessed from other apps/programs on the same host, please use the container name instead. If you want to expose an HTTP UI, you also don't need to expose the port.
- 51413:51413
- 51413:51413/udp
restart: on-failure
Expand All @@ -24,4 +24,4 @@
environment:
- TRANSMISSION_URL=http://transmission_server_1
- TRANSMISSION_PORT=9091
restart: on-failure
restart: on-failure
21 changes: 3 additions & 18 deletions transmission/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: transmission
category: networking
name: Transmission
version: "4.0.5"
version: "4.0.6"
tagline: A fast, easy and free BitTorrent client
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.
Expand Down Expand Up @@ -33,22 +33,7 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
🎉 Widgets are here for umbrelOS 1.0.
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
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
permissions:
- STORAGE_DOWNLOADS
widgets:
Expand Down Expand Up @@ -89,4 +74,4 @@ widgets:
- text: "100% • Debian 11.0 amd64 ISO image"
subtext: "↓0Mbps ↑827Kbps"
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319