docs: switch Gitea runbooks to git.iri1968.ru
CI / Rust checks (push) Waiting to run
CI / Docs and registry checks (push) Waiting to run
CI / Smoke checks (push) Waiting to run
Coverage / Coverage baseline (push) Waiting to run
Dependency hygiene / Unused dependency check (push) Waiting to run
Dependency hygiene / Dependency duplicate report (push) Waiting to run
Dependency hygiene / Dependency security policy (push) Waiting to run
Dependency hygiene / Cargo udeps nightly advisory (push) Waiting to run
Operational maturity / Offline operational maturity (push) Waiting to run
Operational maturity / Live operational contract (push) Waiting to run
Security / Cargo audit (push) Waiting to run
Security / Cargo deny (push) Waiting to run
Security / Secret pattern check (push) Waiting to run
Security / Dependency review (push) Waiting to run
CI / Rust checks (push) Waiting to run
CI / Docs and registry checks (push) Waiting to run
CI / Smoke checks (push) Waiting to run
Coverage / Coverage baseline (push) Waiting to run
Dependency hygiene / Unused dependency check (push) Waiting to run
Dependency hygiene / Dependency duplicate report (push) Waiting to run
Dependency hygiene / Dependency security policy (push) Waiting to run
Dependency hygiene / Cargo udeps nightly advisory (push) Waiting to run
Operational maturity / Offline operational maturity (push) Waiting to run
Operational maturity / Live operational contract (push) Waiting to run
Security / Cargo audit (push) Waiting to run
Security / Cargo deny (push) Waiting to run
Security / Secret pattern check (push) Waiting to run
Security / Dependency review (push) Waiting to run
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Если менялся путь установки или сервер переносился, выполнить:
|
||||
|
||||
@@ -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. После проверки
|
||||
|
||||
Reference in New Issue
Block a user