docs: visual guides with platform screenshots (Gitea, ArgoCD, Grafana, Prometheus)

This commit is contained in:
sova-bootstrap
2026-05-28 12:40:41 +03:00
parent e3e438df68
commit 41918487ff
26 changed files with 477 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

@@ -0,0 +1,25 @@
# Platform screenshots (test contour)
Автоматически сгенерировано `./scripts/capture-platform-screenshots/run.sh`.
| File | Title |
|------|-------|
| 01-gitea-login.png | Gitea: страница входа |
| 02-gitea-org-sova.png | Gitea: организация sova |
| 03-gitea-backend-actions.png | Gitea Actions |
| 04-gitea-action-run.png | Pipeline run |
| 05-gitea-backend-tags.png | Теги backend |
| 06-gitea-backend-packages.png | Container Registry |
| 07-argocd-login.png | ArgoCD login |
| 08-argocd-applications.png | Applications list |
| 09-argocd-backend-test.png | backend-test |
| 10-argocd-sova-root.png | sova-root |
| 11-argocd-data-test.png | data-test |
| 12-grafana-login.png | Grafana login |
| 13-grafana-home.png | Grafana home |
| 14-grafana-loki-explore.png | Loki Explore |
| 15-prometheus-graph.png | Prometheus Graph |
| 16-prometheus-targets.png | Prometheus Targets |
| 17-prometheus-up-query.png | PromQL up |
Полный manifest: `manifest.json`
@@ -0,0 +1,91 @@
{
"capturedAt": "2026-05-28T09:37:54.363Z",
"vmIp": "192.168.252.2",
"items": [
{
"file": "01-gitea-login.png",
"title": "Gitea: страница входа",
"notes": ""
},
{
"file": "02-gitea-org-sova.png",
"title": "Gitea: организация sova и репозитории",
"notes": ""
},
{
"file": "03-gitea-backend-actions.png",
"title": "Gitea Actions: workflow backend",
"notes": ""
},
{
"file": "04-gitea-action-run.png",
"title": "Gitea Actions: прогон pipeline (jobs)",
"notes": ""
},
{
"file": "05-gitea-backend-tags.png",
"title": "Gitea: теги релиза backend-v*",
"notes": ""
},
{
"file": "06-gitea-backend-packages.png",
"title": "Gitea: Container Registry (образы)",
"notes": ""
},
{
"file": "07-argocd-login.png",
"title": "ArgoCD: вход",
"notes": ""
},
{
"file": "08-argocd-applications.png",
"title": "ArgoCD: список Applications",
"notes": ""
},
{
"file": "09-argocd-backend-test.png",
"title": "ArgoCD: backend-test (ресурсы и sync)",
"notes": ""
},
{
"file": "10-argocd-sova-root.png",
"title": "ArgoCD: sova-root (app-of-apps, без pod URL)",
"notes": ""
},
{
"file": "11-argocd-data-test.png",
"title": "ArgoCD: data-test (PostgreSQL/MySQL/Redis)",
"notes": ""
},
{
"file": "12-grafana-login.png",
"title": "Grafana: вход",
"notes": ""
},
{
"file": "13-grafana-home.png",
"title": "Grafana: главная / дашборды",
"notes": ""
},
{
"file": "14-grafana-loki-explore.png",
"title": "Grafana Explore: логи Loki (namespace sova-test)",
"notes": ""
},
{
"file": "15-prometheus-graph.png",
"title": "Prometheus: Graph / PromQL",
"notes": ""
},
{
"file": "16-prometheus-targets.png",
"title": "Prometheus: Status → Targets",
"notes": ""
},
{
"file": "17-prometheus-up-query.png",
"title": "Prometheus: запрос up (живые targets)",
"notes": ""
}
]
}