Update Docker image references from 'telemtPanel' to 'telemtpanel' across configuration files and documentation for consistency.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 3m34s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 18:36:44 +07:00
parent b5f31c1083
commit 9ac385d332
7 changed files with 24 additions and 14 deletions
+3 -3
View File
@@ -2,19 +2,19 @@
Control panel for Telemt MTProxy — **standalone** (direct `/v1`) or **fleet** (Go agents).
Image: `git.shts.su/denozord/telemtPanel`
Image: `git.shts.su/denozord/telemtpanel`
## Quick start (standalone)
```bash
docker pull git.shts.su/denozord/telemtPanel:latest
docker pull git.shts.su/denozord/telemtpanel:latest
docker run -d --name telemt-panel --network host \
-e PANEL_MODE=standalone \
-e TELEMT_API_URL=http://127.0.0.1:9091 \
-e JWT_SECRET=change-me-long \
-e BOOTSTRAP_PASSWORD=change-me \
-v /var/lib/telemt-panel:/data \
git.shts.su/denozord/telemtPanel:latest
git.shts.su/denozord/telemtpanel:latest
```
Полная инструкция (RU): **[docs/install.md](docs/install.md)**.