Добавить полный papatramp-gitea.conf в приватный репозиторий.
Убраны .gitignore и шаблон — clone даёт готовую конфигурацию.
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
# Локальные секреты (не коммитить)
|
|
||||||
local/papatramp-gitea.conf
|
|
||||||
@@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
git clone https://git.kalinamall.ru/PapaTramp/Rules $HOME\CursorRules
|
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 (один раз):
|
Добавьте `init-cursor` в профиль PowerShell (один раз):
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
Type=gitea
|
Type=gitea
|
||||||
GiteaHost=git.papatramp.ru
|
GiteaHost=git.papatramp.ru
|
||||||
GiteaPort=2222
|
GiteaPort=2222
|
||||||
GiteaWebUrl=https://git.papatramp.ru
|
GiteaWebUrl=https://git.papatramp.ru
|
||||||
GiteaApiUrl=http://192.168.128.48:3000
|
GiteaApiUrl=http://192.168.128.48:3000
|
||||||
GiteaApiUser=papatramp
|
GiteaApiUser=papatramp
|
||||||
GiteaApiPassword=
|
GiteaApiPassword=[eqyfhskj
|
||||||
HostAlias=git.papatramp.ru
|
HostAlias=git.papatramp.ru
|
||||||
KeyName=id_ed25519_git_papatramp
|
KeyName=id_ed25519_git_papatramp
|
||||||
KeyComment=papatramp@papatramp.ru
|
KeyComment=papatramp@papatramp.ru
|
||||||
Reference in New Issue
Block a user