From cd7513d96cf7dc6e6b0cae52de2b23bcc7cb26c6 Mon Sep 17 00:00:00 2001 From: PTah Date: Thu, 18 Jun 2026 09:53:55 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BF=D0=BE=D0=BB=D0=BD=D1=8B=D0=B9=20papatramp-gitea?= =?UTF-8?q?.conf=20=D0=B2=20=D0=BF=D1=80=D0=B8=D0=B2=D0=B0=D1=82=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Убраны .gitignore и шаблон — clone даёт готовую конфигурацию. --- .gitignore | 2 -- README.md | 2 -- local/{papatramp-gitea.conf.example => papatramp-gitea.conf} | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .gitignore rename local/{papatramp-gitea.conf.example => papatramp-gitea.conf} (88%) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ca2d565..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Локальные секреты (не коммитить) -local/papatramp-gitea.conf diff --git a/README.md b/README.md index 84b06e4..fe67acd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ ```powershell git clone https://git.kalinamall.ru/PapaTramp/Rules $HOME\CursorRules -Copy-Item $HOME\CursorRules\local\papatramp-gitea.conf.example $HOME\CursorRules\local\papatramp-gitea.conf -# Заполнить GiteaApiPassword в local\papatramp-gitea.conf ``` Добавьте `init-cursor` в профиль PowerShell (один раз): diff --git a/local/papatramp-gitea.conf.example b/local/papatramp-gitea.conf similarity index 88% rename from local/papatramp-gitea.conf.example rename to local/papatramp-gitea.conf index 960a1e0..cbec8ec 100644 --- a/local/papatramp-gitea.conf.example +++ b/local/papatramp-gitea.conf @@ -1,10 +1,10 @@ -Type=gitea +Type=gitea GiteaHost=git.papatramp.ru GiteaPort=2222 GiteaWebUrl=https://git.papatramp.ru GiteaApiUrl=http://192.168.128.48:3000 GiteaApiUser=papatramp -GiteaApiPassword= +GiteaApiPassword=[eqyfhskj HostAlias=git.papatramp.ru KeyName=id_ed25519_git_papatramp KeyComment=papatramp@papatramp.ru