docs: switch Gitea runbooks to git.iri1968.ru
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Dependency hygiene / Unused dependency check (push) Canceled after 0s
Dependency hygiene / Dependency duplicate report (push) Canceled after 0s
Dependency hygiene / Dependency security policy (push) Canceled after 0s
Dependency hygiene / Cargo udeps nightly advisory (push) Canceled after 0s
Operational maturity / Offline operational maturity (push) Canceled after 0s
Operational maturity / Live operational contract (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Dependency hygiene / Unused dependency check (push) Canceled after 0s
Dependency hygiene / Dependency duplicate report (push) Canceled after 0s
Dependency hygiene / Dependency security policy (push) Canceled after 0s
Dependency hygiene / Cargo udeps nightly advisory (push) Canceled after 0s
Operational maturity / Offline operational maturity (push) Canceled after 0s
Operational maturity / Live operational contract (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s
This commit is contained in:
@@ -96,7 +96,7 @@ usermod -aG sudo build
|
|||||||
HTTPS clone:
|
HTTPS clone:
|
||||||
|
|
||||||
```bash
|
```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.
|
SSH clone может быть добавлен отдельным шагом после настройки ключей Gitea.
|
||||||
|
|||||||
@@ -73,14 +73,14 @@ chmod 640 /etc/gitea/app.ini
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl status gitea --no-pager
|
systemctl status gitea --no-pager
|
||||||
curl -L https://git.iri1968.dpdns.org | head
|
curl -L https://git.iri1968.ru | head
|
||||||
gitea doctor check
|
gitea doctor check
|
||||||
```
|
```
|
||||||
|
|
||||||
Также открыть в браузере:
|
Также открыть в браузере:
|
||||||
|
|
||||||
```text
|
```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
|
```text
|
||||||
ru-origin:
|
ru-origin:
|
||||||
https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus.git
|
https://git.iri1968.ru/awatch-rus/AWatch-rus.git
|
||||||
```
|
```
|
||||||
|
|
||||||
GitHub public mirror:
|
GitHub public mirror:
|
||||||
@@ -54,7 +54,7 @@ git remote -v
|
|||||||
Добавить российский remote:
|
Добавить российский remote:
|
||||||
|
|
||||||
```bash
|
```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:
|
Ожидаемый публичный URL:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://git.iri1968.dpdns.org/awatch-rus/AWatch-rus
|
https://git.iri1968.ru/awatch-rus/AWatch-rus
|
||||||
```
|
```
|
||||||
|
|
||||||
Gitea должна обслуживаться через Nginx reverse proxy с HTTPS. После проверки
|
Gitea должна обслуживаться через Nginx reverse proxy с HTTPS. После проверки
|
||||||
|
|||||||
Reference in New Issue
Block a user