Simplify bilingual README and docs index around the Web UI.

Drop CI/Docker/License badges, keep a single main-window screenshot, and
link to the Web UI guide at the bottom of the English and Russian pages.
This commit is contained in:
Sergey Antropoff
2026-07-18 09:01:44 +03:00
parent 176c8fd71c
commit 6f42d4c318
4 changed files with 24 additions and 14 deletions
+6 -7
View File
@@ -2,10 +2,6 @@
# proxmox-api-simulator
[![CI](https://github.com/sergeyantropoff/proxmox-api-simulator/actions/workflows/ci.yml/badge.svg)](https://github.com/sergeyantropoff/proxmox-api-simulator/actions/workflows/ci.yml)
[![Docker Image](https://img.shields.io/docker/v/inecs/proxmox-api-simulator?label=docker%20hub&sort=semver)](https://hub.docker.com/r/inecs/proxmox-api-simulator)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
Stateful asynchronous [Proxmox VE](https://www.proxmox.com/) API simulator for
testing API clients and infrastructure tooling without a real hypervisor
cluster.
@@ -110,12 +106,11 @@ curl -sS -X POST -d 'username=root@pam&password=secret' \
### Web UI
Interactive console with light/dark themes, endpoint catalog for PVE 69,
runtime contract hot-swap, and a UPID task monitor. More detail:
[Web UI](docs/web-ui.md).
runtime contract hot-swap, and a UPID task monitor.
![Web UI main](docs/images/web-ui-main.png)
![Web UI API catalog](docs/images/web-ui-api-catalog.png)
More screens and details: [Web UI](docs/web-ui.md).
## Documentation
@@ -207,3 +202,7 @@ make release-up && make release-seed # run the published stack locally
- Not a drop-in multi-tenant production Proxmox replacement.
- Remote IdP / LDAP / live Ceph / live ACME directories are simulated locally;
they do not call real external systems.
## See also
- [Web UI](docs/web-ui.md) — interactive console, catalogs, DATA panel, and screenshots