Обновить cockpit/README.md
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user