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 {