Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-30 06:32:25 +00:00
parent e1759565e6
commit 67631ed22b
21 changed files with 25 additions and 2 deletions
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.71.0
image: casbin/casdoor:v2.72.0
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: sn0wl1n/ech0:v2.5.8
image: sn0wl1n/ech0:v2.5.9
labels:
createdBy: Apps
networks:
+3
View File
@@ -19,3 +19,6 @@ TELEGRAM_API_ID=
# Telegram 应用程序 哈希
TELEGRAM_API_HASH=
# 代理地址
PROXY_URL=
+7
View File
@@ -50,3 +50,10 @@ additionalProperties:
labelEn: Telegram APP HASH
required: false
type: text
- default: ""
edit: true
envKey: PROXY_URL
labelZh: 代理地址
labelEn: Proxy Url
required: false
type: text
+13
View File
@@ -6,6 +6,19 @@ Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 安装说明
### 代理 URL 格式
`socks5://user:pass@host:port`
PROXY_URL 环境变量支持以下格式:
+ `SOCKS4: socks4://username:password@host:port?timeout=15`
+ `SOCKS5: socks5://username:password@host:port?timeout=15`
+ `HTTP: http://username:password@host:port?timeout=15`
+ `MTProxy: mtproxy://secret@host:port?timeout=15`
## 简介
功能强大的 Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能。