diff --git a/docs/registry/BUILD_RUNNER_SETUP_RUNBOOK_RU.md b/docs/registry/BUILD_RUNNER_SETUP_RUNBOOK_RU.md index 2ede491..e30df39 100644 --- a/docs/registry/BUILD_RUNNER_SETUP_RUNBOOK_RU.md +++ b/docs/registry/BUILD_RUNNER_SETUP_RUNBOOK_RU.md @@ -96,7 +96,7 @@ usermod -aG sudo build HTTPS clone: ```bash -git clone https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus.git +git clone https://git.iri1968.ru/awatch-rus/AWatch-rus.git ``` SSH clone может быть добавлен отдельным шагом после настройки ключей Gitea. diff --git a/docs/registry/GITEA_BACKUP_AND_RESTORE_RUNBOOK_RU.md b/docs/registry/GITEA_BACKUP_AND_RESTORE_RUNBOOK_RU.md index 67fb815..d8f5312 100644 --- a/docs/registry/GITEA_BACKUP_AND_RESTORE_RUNBOOK_RU.md +++ b/docs/registry/GITEA_BACKUP_AND_RESTORE_RUNBOOK_RU.md @@ -73,14 +73,14 @@ chmod 640 /etc/gitea/app.ini ```bash systemctl status gitea --no-pager -curl -L https://git.iri1968.dpdns.org | head +curl -L https://git.iri1968.ru | head gitea doctor check ``` Также открыть в браузере: ```text -https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus +https://git.iri1968.ru/awatch-rus/AWatch-rus ``` Если менялся путь установки или сервер переносился, выполнить: diff --git a/docs/registry/GIT_RU_MIRRORING_RUNBOOK_RU.md b/docs/registry/GIT_RU_MIRRORING_RUNBOOK_RU.md index cb7ed2e..e24d448 100644 --- a/docs/registry/GIT_RU_MIRRORING_RUNBOOK_RU.md +++ b/docs/registry/GIT_RU_MIRRORING_RUNBOOK_RU.md @@ -10,7 +10,7 @@ Primary registry-readiness remote / Gitea duplicate: ```text ru-origin: -https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus.git +https://git.iri1968.ru/awatch-rus/AWatch-rus.git ``` GitHub public mirror: @@ -54,7 +54,7 @@ git remote -v Добавить российский remote: ```bash -git remote add ru-origin https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus.git +git remote add ru-origin https://git.iri1968.ru/awatch-rus/AWatch-rus.git ``` Запушить основную ветку: @@ -103,7 +103,7 @@ git push github --tags Ожидаемый публичный URL: ```text -https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus +https://git.iri1968.ru/awatch-rus/AWatch-rus ``` Gitea должна обслуживаться через Nginx reverse proxy с HTTPS. После проверки