This commit is contained in:
2026-02-15 03:25:11 +08:00
parent 3121f729b6
commit e8a2fda473
3 changed files with 28 additions and 0 deletions
+21
View File
@@ -15,3 +15,24 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: "en,zh,jp,ko"
edit: true
envKey: LT_LOAD_ONLY
labelZh: 加载语言
labelEn: Load language
required: true
type: text
- default: ""
edit: true
envKey: HTTP_PROXY
labelZh: HTTP 代理
labelEn: HTTP proxy
required: false
type: text
- default: "localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local"
edit: true
envKey: NO_PROXY
labelZh: 跳过代理地址
labelEn: Skip proxy address
required: false
type: text
@@ -9,6 +9,7 @@ services:
labels:
createdBy: "Apps"
restart: always
tty: true
networks:
- 1panel-network
ports:
@@ -22,6 +23,8 @@ services:
environment:
- TZ=Asia/Shanghai
- LT_API_KEYS=true
- HTTPS_PROXY=${HTTPS_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
healthcheck:
test: [ 'CMD-SHELL', './venv/bin/python scripts/healthcheck.py' ]
interval: 10s
+4
View File
@@ -13,6 +13,10 @@ Argos Translate 库作为翻译引擎。
- 完全开源
- 离线翻译
## 加载语言
[Supported Languages](https://docs.libretranslate.com/guides/supported_languages/#_top)
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)