From 990e091e8bbc6cb1acff7ba44c7097738c27ee44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Mon, 1 Sep 2025 13:18:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0-=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D1=80=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B4=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D0=BC=D0=B8=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alr-updater.example.toml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/alr-updater.example.toml b/alr-updater.example.toml index 91b2209..8c2a8d3 100644 --- a/alr-updater.example.toml +++ b/alr-updater.example.toml @@ -13,15 +13,24 @@ reposBaseDir = "/var/cache/alr-updater" username = "CHANGE ME" password = "CHANGE ME" -# Можно добавить дополнительные репозитории -# [repositories.another-repo] -# repoURL = "https://github.com/example/another-repo.git" -# [repositories.another-repo.commit] -# name = "Bot User" -# email = "bot@example.com" -# [repositories.another-repo.credentials] -# username = "bot-user" -# password = "github-token" +# Дополнительные репозитории для мониторинга +[repositories.alr-LG] + repoURL = "https://git.linux-gaming.ru/Linux-Gaming/alr-LG.git" + [repositories.alr-LG.commit] + name = "CHANGE ME" + email = "CHANGE ME" + [repositories.alr-LG.credentials] + username = "CHANGE ME" + password = "CHANGE ME" + +[repositories.alr-default] + repoURL = "https://gitea.plemya-x.ru/Plemya-x/alr-default.git" + [repositories.alr-default.commit] + name = "CHANGE ME" + email = "CHANGE ME" + [repositories.alr-default.credentials] + username = "CHANGE ME" + password = "CHANGE ME" [webhook] # Хэш пароля для webhook. Сгенерируйте его, используя `alr-updater -g`.