CasaOS-Store/Apps/Transmission/appfile.json

174 lines
4.0 KiB
JSON

{
"version": "2.0",
"title": "Transmission",
"name": "transmission",
"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.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/thumbnail.png",
"screenshots": [
"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"
],
"category": [
"Downloader"
],
"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",
"value": "casaos",
"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": [],
"cap_add": [],
"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": ""
}