fix(prisma): add linux-musl-openssl-3.0.x target and update docs

This commit is contained in:
AI Assistant
2026-01-16 17:51:46 +07:00
parent 2085b6ff70
commit 5bd3eb9b87
2 changed files with 4 additions and 1 deletions

View File

@@ -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**.

View File

@@ -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 {