From 5bd3eb9b8729a20dc77310d0e2f444e8e4ea8d02 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Fri, 16 Jan 2026 17:51:46 +0700 Subject: [PATCH] fix(prisma): add linux-musl-openssl-3.0.x target and update docs --- GUIDE_DEPLOY_UNRAID_FINAL.md | 3 +++ prisma/schema.prisma | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/GUIDE_DEPLOY_UNRAID_FINAL.md b/GUIDE_DEPLOY_UNRAID_FINAL.md index db179a2..0608387 100644 --- a/GUIDE_DEPLOY_UNRAID_FINAL.md +++ b/GUIDE_DEPLOY_UNRAID_FINAL.md @@ -28,6 +28,9 @@ Vì ứng dụng này chưa có sẵn trên Community App Store công khai, bạ | **Network Type** | `Bridge` | Để mặc định | | **Console Shell Command** | `Shell` | | | **Privileged** | `Off` | Không cần quyền root cao nhất | +| **Icon URL** | `https://raw.githubusercontent.com/duongcamcute/tech-gadget-manager/main/public/icons/icon-512.png` | Icon ứng dụng đẹp | +| **WebUI** | `http://[IP]:[PORT:3000]/` | Để bấm vào icon là mở web | + ### Thêm Port (Cổng truy cập) - Nhấn **Add another Path, Port, Variable, Label or Device**. diff --git a/prisma/schema.prisma b/prisma/schema.prisma index c4e223a..edad5bc 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -1,6 +1,6 @@ generator client { provider = "prisma-client-js" - binaryTargets = ["native", "rhel-openssl-1.0.x", "rhel-openssl-3.0.x"] + binaryTargets = ["native", "rhel-openssl-1.0.x", "rhel-openssl-3.0.x", "linux-musl-openssl-3.0.x"] } datasource db {