From db2c6332e6de44b2a3ac3573e1e0e846d7d2eab6 Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Sun, 12 Apr 2026 13:15:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20cockpit/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cockpit/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cockpit/README.md b/cockpit/README.md index ca3299b..f07fe27 100644 --- a/cockpit/README.md +++ b/cockpit/README.md @@ -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 `: порт Cockpit (по умолчанию `12345`).