mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 21:32:18 +08:00
Merge branch 'pr-2162' into localApps
This commit is contained in:
commit
3a60f99c10
3
apps/peerbanhelper/6.2.8-CN/.env.sample
Normal file
3
apps/peerbanhelper/6.2.8-CN/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="peerbanhelper"
|
||||
PANEL_APP_PORT_HTTP="9898"
|
||||
DATA_PATH="./data"
|
17
apps/peerbanhelper/6.2.8-CN/data.yml
Normal file
17
apps/peerbanhelper/6.2.8-CN/data.yml
Normal file
@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9898
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
16
apps/peerbanhelper/6.2.8-CN/docker-compose.yml
Normal file
16
apps/peerbanhelper/6.2.8-CN/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
peerbanhelper:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/ghostchu/peerbanhelper:v6.2.8
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9898"
|
||||
volumes:
|
||||
- "${DATA_PATH}/peerbanhelper:/app/data"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
3
apps/peerbanhelper/README.md
Normal file
3
apps/peerbanhelper/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# PeerBanHelper
|
||||
|
||||
自动封禁不受欢迎、吸血和异常的 BT 客户端,并支持自定义规则。PeerId黑名单/UserAgent黑名单/IP CIDR/假进度/超量下载/进度回退/多播追猎/连锁封禁/伪装检测 支持 qBittorrent/Transmission/Deluge/BiglyBT/Vuze(Azureus)
|
19
apps/peerbanhelper/data.yml
Normal file
19
apps/peerbanhelper/data.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: PeerBanHelper
|
||||
tags:
|
||||
- 工具
|
||||
title: BT 客户端反恶意吸血工具
|
||||
description: 自动封禁不受欢迎、吸血和异常的 BT 客户端,并支持自定义规则。PeerId黑名单/UserAgent黑名单/IP CIDR/假进度/超量下载/进度回退/多播追猎/连锁封禁/伪装检测 支持 qBittorrent/Transmission/Deluge/BiglyBT/Vuze(Azureus)
|
||||
additionalProperties:
|
||||
key: peerbanhelper
|
||||
name: PeerBanHelper
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: BT 客户端反恶意吸血工具
|
||||
shortDescEn: BitTorrent client anti malicious leech tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/PBH-BTN/PeerBanHelper
|
||||
github: https://github.com/PBH-BTN/PeerBanHelper
|
||||
document: https://pbh-btn.github.io/pbh-docs/
|
3
apps/peerbanhelper/latest/.env.sample
Normal file
3
apps/peerbanhelper/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="peerbanhelper"
|
||||
PANEL_APP_PORT_HTTP="9898"
|
||||
DATA_PATH="./data"
|
17
apps/peerbanhelper/latest/data.yml
Normal file
17
apps/peerbanhelper/latest/data.yml
Normal file
@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9898
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
16
apps/peerbanhelper/latest/docker-compose.yml
Normal file
16
apps/peerbanhelper/latest/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
peerbanhelper:
|
||||
image: ghostchu/peerbanhelper:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9898"
|
||||
volumes:
|
||||
- "${DATA_PATH}/peerbanhelper:/app/data"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
BIN
apps/peerbanhelper/logo.png
Normal file
BIN
apps/peerbanhelper/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Loading…
Reference in New Issue
Block a user