mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v2.71.0
|
image: casbin/casdoor:v2.72.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: sn0wl1n/ech0:v2.5.8
|
image: sn0wl1n/ech0:v2.5.9
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -19,3 +19,6 @@ TELEGRAM_API_ID=
|
|||||||
# Telegram 应用程序 哈希
|
# Telegram 应用程序 哈希
|
||||||
TELEGRAM_API_HASH=
|
TELEGRAM_API_HASH=
|
||||||
|
|
||||||
|
# 代理地址
|
||||||
|
PROXY_URL=
|
||||||
|
|
||||||
|
|||||||
@@ -50,3 +50,10 @@ additionalProperties:
|
|||||||
labelEn: Telegram APP HASH
|
labelEn: Telegram APP HASH
|
||||||
required: false
|
required: false
|
||||||
type: text
|
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 聊天搜索工具,具有矢量搜索和语义匹配功能。
|
功能强大的 Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能。
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v2.71.0
|
image: casbin/casdoor:v2.72.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: sn0wl1n/ech0:v2.5.8
|
image: sn0wl1n/ech0:v2.5.9
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -19,3 +19,6 @@ TELEGRAM_API_ID=
|
|||||||
# Telegram 应用程序 哈希
|
# Telegram 应用程序 哈希
|
||||||
TELEGRAM_API_HASH=
|
TELEGRAM_API_HASH=
|
||||||
|
|
||||||
|
# 代理地址
|
||||||
|
PROXY_URL=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user