Изменение файла-примера конфигурации дополнительными репозиториями

This commit is contained in:
2025-09-01 13:18:04 +03:00
parent 3d3b4f29b9
commit 990e091e8b

View File

@@ -13,15 +13,24 @@ reposBaseDir = "/var/cache/alr-updater"
username = "CHANGE ME" username = "CHANGE ME"
password = "CHANGE ME" password = "CHANGE ME"
# Можно добавить дополнительные репозитории # Дополнительные репозитории для мониторинга
# [repositories.another-repo] [repositories.alr-LG]
# repoURL = "https://github.com/example/another-repo.git" repoURL = "https://git.linux-gaming.ru/Linux-Gaming/alr-LG.git"
# [repositories.another-repo.commit] [repositories.alr-LG.commit]
# name = "Bot User" name = "CHANGE ME"
# email = "bot@example.com" email = "CHANGE ME"
# [repositories.another-repo.credentials] [repositories.alr-LG.credentials]
# username = "bot-user" username = "CHANGE ME"
# password = "github-token" 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]
# Хэш пароля для webhook. Сгенерируйте его, используя `alr-updater -g`. # Хэш пароля для webhook. Сгенерируйте его, используя `alr-updater -g`.