app-store/apps/transmission/config.json
renovate[bot] 52cc862faf
chore(deps): update lscr.io/linuxserver/transmission docker tag to v4.0.3 (#327)
* chore(deps): update lscr.io/linuxserver/transmission docker tag to v4.0.3

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-04-16 14:13:16 -04:00

41 lines
871 B
JSON

{
"$schema": "../schema.json",
"name": "Transmission",
"available": true,
"exposable": true,
"port": 8089,
"requirements": {
"ports": [
51413
]
},
"id": "transmission",
"tipi_version": 5,
"version": "4.0.3",
"categories": [
"utilities"
],
"description": "Transmission is a fast, easy, and free BitTorrent client.",
"short_desc": "Fast, easy, and free BitTorrent client",
"author": "Transmission Project",
"source": "https://github.com/transmission/transmission",
"form_fields": [
{
"type": "text",
"label": "Username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "TRANSMISSION_USERNAME"
},
{
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "TRANSMISSION_PASSWORD"
}
]
}