feat: update pansou sha-fb7fec2

This commit is contained in:
arch3rPro
2025-12-04 01:36:41 +08:00
parent 29e2e2d8ad
commit 5a768bb6fa
3 changed files with 62 additions and 1 deletions

View File

@@ -962,7 +962,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔍 高性能网盘资源搜索API服务支持TG频道和插件搜索智能排序和网盘类型分类
<kbd>latest</kbd> • [官网链接](https://github.com/fish2018/pansou)
<kbd>sha-fb7fec2</kbd> • [官网链接](https://github.com/fish2018/pansou)
</td>
<td width="33%" align="center">

View File

@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 45888
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: HTTP Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh: HTTP 端口
zh-Hant: HTTP 連接埠
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,43 @@
services:
pansou:
image: ghcr.io/fish2018/pansou-web:sha-fb7fec2
container_name: ${CONTAINER_NAME}
restart: always
labels:
createdBy: "Apps"
ports:
- "${PANEL_APP_PORT_HTTP}:80"
environment:
# 基础配置
- DOMAIN=localhost
- PANSOU_PORT=8888
- PANSOU_HOST=127.0.0.1
# Telegram频道配置镜像已包含这些默认频道如需自定义可取消注释
# - CHANNELS=tgsearchers3,yunpanxunlei,tianyifc,BaiduCloudDisk,txtyzy,peccxinpd,gotopan,xingqiump4,yunpanqk,PanjClub,kkxlzy,baicaoZY,MCPH01,share_aliyun,bdwpzhpd,ysxb48,jdjdn1111,yggpan,MCPH086,zaihuayun,Q66Share,NewAliPan,ypquark,Oscar_4Kmovies,ucwpzy,alyp_TV,alyp_4K_Movies,shareAliyun,alyp_1,dianyingshare,Quark_Movies,XiangxiuNBB,NewQuark,ydypzyfx,kuakeyun,ucquark,xx123pan,yingshifenxiang123,zyfb123,tyypzhpd,tianyirigeng,cloudtianyi,hdhhd21,Lsp115,oneonefivewpfx,Maidanglaocom,qixingzhenren,taoxgzy,tgsearchers115,Channel_Shares_115,tyysypzypd,vip115hot,wp123zy,yunpan139,yunpan189,yunpanuc,yydf_hzl,alyp_Animation,alyp_JLP,leoziyuan
# 代理配置(可选)
# - PROXY=socks5://127.0.0.1:1080
# - PROXY=http://proxy:8080
# - PROXY=https://proxy:8080
# 性能配置(镜像已包含默认值,如需调整可取消注释)
# - CACHE_ENABLED=true
# - CACHE_TTL=3600
# - MAX_CONCURRENCY=200
# - MAX_PAGES=30
volumes:
- ./data/data:/app/data
- ./data/logs:/app/logs
networks:
- 1panel-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/api/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
networks:
1panel-network:
external: true