Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:42:07 +05:30
parent 38bc8ffc05
commit ca6142c39a
2 changed files with 5 additions and 5 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://source.yakpanel.com/admin/yakpanel-core` (override for other mirrors) |
| `REPO_URL` | Git URL to clone | `https://source.yakpanel.com/admin/yakpanel-core.git` (override for other mirrors) |
| `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://source.yakpanel.com/admin/yakpanel-core
git clone --depth 1 https://source.yakpanel.com/admin/yakpanel-core.git
# 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