mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
Remake Repository
This commit is contained in:
25
apps/transmission/README.md
Normal file
25
apps/transmission/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Transmission
|
||||
|
||||
Transmission 是一款开源、高性能的BT/PT下载工具,支持Web界面和多平台。
|
||||
|
||||
## 功能特性
|
||||
|
||||
- 高性能BT/PT下载,支持种子和磁力链接
|
||||
- 支持Web界面管理(默认端口9091)
|
||||
- 支持多平台和多架构
|
||||
- 支持自动下载、RSS订阅、目录监控
|
||||
- 轻量级、资源占用低
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 部署后访问 `http://服务器IP:9091` 进入Web管理界面
|
||||
2. 添加种子或磁力链接开始下载
|
||||
3. 下载目录:`./downloads`
|
||||
4. 监控目录:`./watch`
|
||||
|
||||
## 相关链接
|
||||
|
||||
- [官方网站](https://transmissionbt.com/)
|
||||
- [GitHub 项目](https://github.com/transmission/transmission)
|
||||
- [官方文档](https://github.com/transmission/transmission/wiki)
|
||||
- [Docker Hub](https://hub.docker.com/r/linuxserver/transmission)
|
||||
25
apps/transmission/README_en.md
Normal file
25
apps/transmission/README_en.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Transmission
|
||||
|
||||
Transmission is an open-source, high-performance BT/PT downloader with web interface support.
|
||||
|
||||
## Features
|
||||
|
||||
- High-performance BT/PT downloading, supports torrents and magnet links
|
||||
- Web UI management (default port 9091)
|
||||
- Multi-platform and multi-architecture support
|
||||
- Automatic downloading, RSS, and watch directory support
|
||||
- Lightweight and low resource usage
|
||||
|
||||
## Usage
|
||||
|
||||
1. After deployment, access `http://your-server-ip:9091` for the web UI
|
||||
2. Add torrent or magnet links to start downloading
|
||||
3. Download directory: `./downloads`
|
||||
4. Watch directory: `./watch`
|
||||
|
||||
## Links
|
||||
|
||||
- [Official Website](https://transmissionbt.com/)
|
||||
- [GitHub Project](https://github.com/transmission/transmission)
|
||||
- [Official Documentation](https://github.com/transmission/transmission/wiki)
|
||||
- [Docker Hub](https://hub.docker.com/r/linuxserver/transmission)
|
||||
32
apps/transmission/data.yml
Normal file
32
apps/transmission/data.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
name: Transmission
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 高性能BT/PT下载工具
|
||||
description: Transmission 是一款开源、高性能的BT/PT下载工具,支持Web界面和多平台
|
||||
additionalProperties:
|
||||
key: transmission
|
||||
name: Transmission
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 高性能BT/PT下载工具
|
||||
shortDescEn: High-performance BT/PT downloader
|
||||
description:
|
||||
en: Transmission is an open-source, high-performance BT/PT downloader with web interface support
|
||||
ja: TransmissionはWebインターフェースをサポートするオープンソースの高性能BT/PTダウンローダーです
|
||||
ms: Transmission ialah pemuat turun BT/PT berprestasi tinggi sumber terbuka dengan sokongan antara muka web
|
||||
pt-br: Transmission é um downloader BT/PT de alto desempenho e código aberto com suporte a interface web
|
||||
ru: Transmission — это высокопроизводительный загрузчик BT/PT с открытым исходным кодом и поддержкой веб-интерфейса
|
||||
ko: Transmission은 웹 인터페이스를 지원하는 오픈 소스 고성능 BT/PT 다운로더입니다
|
||||
zh-Hant: Transmission 是一款開源、高性能的 BT/PT 下載工具,支援 Web 管理
|
||||
zh: Transmission 是一款开源、高性能的BT/PT下载工具,支持Web界面和多平台
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://transmissionbt.com/
|
||||
github: https://github.com/transmission/transmission
|
||||
document: https://github.com/transmission/transmission/wiki
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
- arm/v7
|
||||
19
apps/transmission/latest/data.yml
Normal file
19
apps/transmission/latest/data.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9091
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web UI Port
|
||||
labelZh: Web界面端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: Web UI Port
|
||||
ja: Web UI ポート
|
||||
ms: Port UI Web
|
||||
pt-br: Porta da interface web
|
||||
ru: Веб-порт интерфейса
|
||||
ko: 웹 UI 포트
|
||||
zh-Hant: Web UI 埠
|
||||
zh: Web界面端口
|
||||
24
apps/transmission/latest/docker-compose.yml
Normal file
24
apps/transmission/latest/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
transmission:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9091"
|
||||
- "51413:51413"
|
||||
- "51413:51413/udp"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./downloads:/downloads
|
||||
- ./watch:/watch
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
BIN
apps/transmission/logo.png
Normal file
BIN
apps/transmission/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
Reference in New Issue
Block a user