Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-10 09:20:47 +00:00
parent 802a3b2145
commit 3b9eac12c2
61 changed files with 666 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.828.0
image: casbin/casdoor:v1.831.0
labels:
createdBy: Apps
networks:
+2
View File
@@ -10,6 +10,8 @@ services:
devices:
- capabilities:
- gpu
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- PORT=1188
image: qyg2297248353/deeplx:v1.0.3.1
image: qyg2297248353/deeplx:v1.0.4.1
labels:
createdBy: Apps
networks:
+21
View File
@@ -0,0 +1,21 @@
# 数据持久化路径 [必填]
OLLAMA_ROOT_PATH=/home/ollama
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=11434
# 最大加载模型数量 [必填]
OLLAMA_MAX_LOADED_MODELS=1
# 最大队列长度 [必填]
OLLAMA_MAX_QUEUE=512
# 并行推理数量 [必填]
OLLAMA_NUM_PARALLEL=1
# 缓存类型 [必填]
OLLAMA_KV_CACHE_TYPE=f16
# 启用 Flash Attention [必填]
OLLAMA_FLASH_ATTENTION=0
+30
View File
@@ -0,0 +1,30 @@
networks:
1panel-network:
external: true
services:
ollama:
container_name: ollama
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- OLLAMA_HOST=0.0.0.0
- OLLAMA_PORT=11434
- OLLAMA_MAX_LOADED_MODELS=1
- OLLAMA_NUM_PARALLEL=1
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.5.7
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:11434
restart: always
volumes:
- ${OLLAMA_ROOT_PATH}/data:/root/.ollama
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+30
View File
@@ -0,0 +1,30 @@
# 数据持久化路径 [必填]
OPEN_WEBUI_ROOT_PATH=/home/open-webui
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# Ollama 服务地址 [必填]
OLLAMA_BASE_URL=http://127.0.0.1:11434
# Ollama 负载均衡服务列表
OLLAMA_BASE_URLS=
# 访问令牌密钥
WEBUI_SECRET_KEY=
# 应用名称 [必填]
WEBUI_NAME=Open WebUI
# 应用服务地址 [必填]
WEBUI_URL=http://localhost:8080
# 离线模式 [必填]
HF_HUB_OFFLINE=0
# 网络代理
http_proxy=
# 忽略代理
no_proxy=
+27
View File
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
open-webui:
container_name: open-webui
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PORT=8080
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.5.10
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- ${OPEN_WEBUI_ROOT_PATH}/data:/app/backend/data
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-02-08
image: diygod/rsshub:2025-02-09
labels:
createdBy: Apps
networks: