mirror of
https://github.com/duongcamcute/tech-gadget-manager.git
synced 2026-06-28 06:46:25 +00:00
fix(prisma): add linux-musl-openssl-3.0.x target and update docs
This commit is contained in:
@@ -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**.
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user