2022-04-06 06:35:34 +00:00
{
"version" : "2.0" ,
"title" : "Transmission" ,
2022-04-06 08:14:00 +00:00
"name" : "transmission" ,
2022-04-06 06:35:34 +00:00
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/icon.png" ,
"tagline" : "Transmission is a cross-platform BitTorrent client " ,
"overview" : "Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn't play games with its users to make money: Transmission doesn't bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn't hold some features back for a payware version. Its source code is available for anyone to review. We don't track our users, and our website and forums have no third-party ads or analytics." ,
2022-04-06 09:08:51 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/thumbnail.png" ,
2022-04-06 06:35:34 +00:00
"screenshots" : [
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png"
2022-04-06 06:35:34 +00:00
] ,
"category" : [
"Network"
] ,
"developer" : {
"name" : "Transmission" ,
"website" : "https://transmissionbt.com/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "lscr.io/linuxserver/transmission:version-3.00-r5" ,
"shell" : "sh" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "9091" ,
"path" : "/"
} ,
"health_check" : "" ,
"envs" : [
{
"key" : "PUID" ,
"value" : "1000" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "PGID" ,
"value" : "1000" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "TZ" ,
"value" : "Europe/London" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "TRANSMISSION_WEB_HOME" ,
"value" : "/transmission-web-control/" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "USER" ,
"value" : "casaos" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "PASS" ,
2022-06-09 10:37:59 +00:00
"value" : "casaos" ,
2022-04-06 06:35:34 +00:00
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "PEERPORT" ,
"value" : "51413" ,
"description" : "" ,
"configurable" : "no"
}
] ,
"ports" : [
{
"container" : "9091" ,
"host" : "9091" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "51413" ,
"host" : "51413" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "51413" ,
"host" : "51413" ,
"type" : "UDP" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"volumes" : [
{
"container" : "/config" ,
"host" : "/DATA/AppData/$AppID/config" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "/downloads" ,
"host" : "/DATA/Downloads" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "/watch" ,
"host" : "/DATA/Downloads/watch" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 128
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-04-06 06:35:34 +00:00
"labels" : [ ] ,
"host_name" : "" ,
"cmd" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : {
"before_install" : [
{
"content" : "username" ,
"value" : "casaos"
} ,
{
"content" : "password" ,
"value" : "casaos"
}
]
} ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
2022-06-09 10:37:59 +00:00
}