mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -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:
|
||||
@@ -19,3 +19,6 @@ TELEGRAM_API_ID=
|
||||
# Telegram 应用程序 哈希
|
||||
TELEGRAM_API_HASH=
|
||||
|
||||
# 代理地址
|
||||
PROXY_URL=
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,6 +6,19 @@ Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能
|
||||
|
||||

|
||||
|
||||
## 安装说明
|
||||
|
||||
### 代理 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 聊天搜索工具,具有矢量搜索和语义匹配功能。
|
||||
|
||||
Reference in New Issue
Block a user