Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:26:06 +05:30
parent 2826d3e7f3
commit 38568a474b
5 changed files with 44 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ All native installs require **root**. Use `sudo -E ...` when you set environment
| Variable | Meaning | Default |
| --- | --- | --- |
| `REPO_URL` | Git URL to clone | `https://github.com/YakPanel/YakPanel.git` (optional: `https://source.yakpanel.com/yakpanel.git` when your mirror is live) |
| `REPO_URL` | Git URL to clone | `https://source.yakpanel.com/admin/yakpanel-core` (fallback: `https://github.com/YakPanel/YakPanel.git`) |
| `YAKPANEL_BRANCH` | Branch/tag for shallow clone | default branch |
| `GIT_REF` | Alias for `YAKPANEL_BRANCH` | — |
| `INSTALL_PATH` | Install directory | `/www/server/YakPanel-server` |
@@ -103,7 +103,7 @@ sudo bash scripts/install.sh
Uses `docker-compose.yml` in this directory — **not** the same layout as native (no host Nginx unit from `install.sh`).
```bash
git clone --depth 1 https://github.com/YakPanel/YakPanel.git
git clone --depth 1 https://source.yakpanel.com/admin/yakpanel-core
# Then cd to this folder (in the full monorepo it is under YakPanel-master/YakPanel-server).
cd YakPanel-master/YakPanel-server
docker compose up -d