Обновить cockpit/README.md

This commit is contained in:
2026-04-12 13:15:09 +00:00
parent 189f03609c
commit db2c6332e6

View File

@@ -30,6 +30,20 @@ chmod +x cockpit-installer.sh
sudo ./cockpit-installer.sh [options]
```
## Наиболее успешный запуск из URL
Рекомендуемый вариант для быстрого и стабильного запуска напрямую из репозитория:
```bash
curl -fsSL https://gitea.creative-tg1.ru/CREATIVE_tg1/for-servers/raw/branch/main/cockpit/cockpit-installer.sh | sudo bash
```
С параметрами (важно использовать `-s --` после `bash`):
```bash
curl -fsSL https://gitea.creative-tg1.ru/CREATIVE_tg1/for-servers/raw/branch/main/cockpit/cockpit-installer.sh | sudo bash -s -- --port 12345 --user admin --timezone Europe/Moscow
```
## Опции
- `--port <port>`: порт Cockpit (по умолчанию `12345`).