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
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:2.313.0
|
||||
image: casbin/casdoor:2.315.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
image: linuxserver/jackett:0.24.1109
|
||||
image: linuxserver/jackett:0.24.1113
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,3 +4,12 @@ LIBRETRANSLATE_ROOT_PATH=/home/libretranslate
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5000
|
||||
|
||||
# 加载语言 [必填]
|
||||
LT_LOAD_ONLY=en,zh,ja,ko
|
||||
|
||||
# HTTP 代理
|
||||
HTTP_PROXY=
|
||||
|
||||
# 跳过代理地址
|
||||
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local
|
||||
|
||||
|
||||
@@ -15,3 +15,24 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "en,zh,ja,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
|
||||
|
||||
@@ -10,6 +10,8 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- LT_API_KEYS=true
|
||||
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
||||
- NO_PROXY=${NO_PROXY:-}
|
||||
healthcheck:
|
||||
interval: 10s
|
||||
retries: 4
|
||||
@@ -26,6 +28,7 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5000
|
||||
restart: always
|
||||
tty: true
|
||||
volumes:
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db:rw
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/models:/home/libretranslate/.local:rw
|
||||
|
||||
@@ -10,6 +10,11 @@ if [ -f .env ]; then
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||
|
||||
mkdir -p "$LIBRETRANSLATE_ROOT_PATH"
|
||||
mkdir -p "$LIBRETRANSLATE_ROOT_PATH/db"
|
||||
mkdir -p "$LIBRETRANSLATE_ROOT_PATH/models"
|
||||
chmod -R 777 "$LIBRETRANSLATE_ROOT_PATH"
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
这是一个完全免费开源的机器翻译 API,完全由用户自行托管。与其他 API 不同,它不依赖 Google 或 Azure 等专有软件进行翻译,而是采用开源的
|
||||
Argos Translate 库作为翻译引擎。
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
@@ -13,6 +13,10 @@ Argos Translate 库作为翻译引擎。
|
||||
- 完全开源
|
||||
- 离线翻译
|
||||
|
||||
## 加载语言
|
||||
|
||||
[Supported Languages](https://docs.libretranslate.com/guides/supported_languages/#_top)
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ services:
|
||||
- ENCRYPT_ENABLE=false
|
||||
- DB_HOST=mx-mongo
|
||||
- REDIS_HOST=mx-redis
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+1
-1
@@ -13,7 +13,7 @@ services:
|
||||
- DEMO=false
|
||||
- NODE_ENV=production
|
||||
- ENCRYPT_ENABLE=false
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
让你的网络流量一目了然
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:2.313.0
|
||||
image: casbin/casdoor:2.315.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
image: linuxserver/jackett:0.24.1109
|
||||
image: linuxserver/jackett:0.24.1113
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -4,3 +4,12 @@ LIBRETRANSLATE_ROOT_PATH=/home/libretranslate
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5000
|
||||
|
||||
# 加载语言 [必填]
|
||||
LT_LOAD_ONLY=en,zh,ja,ko
|
||||
|
||||
# HTTP 代理
|
||||
HTTP_PROXY=
|
||||
|
||||
# 跳过代理地址
|
||||
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- LT_API_KEYS=true
|
||||
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
||||
- NO_PROXY=${NO_PROXY:-}
|
||||
healthcheck:
|
||||
interval: 10s
|
||||
retries: 4
|
||||
@@ -26,6 +28,7 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5000
|
||||
restart: always
|
||||
tty: true
|
||||
volumes:
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db:rw
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/models:/home/libretranslate/.local:rw
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- ENCRYPT_ENABLE=false
|
||||
- DB_HOST=mx-mongo
|
||||
- REDIS_HOST=mx-redis
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- DEMO=false
|
||||
- NODE_ENV=production
|
||||
- ENCRYPT_ENABLE=false
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user