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:
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
# proxmox-api-simulator
|
# proxmox-api-simulator
|
||||||
|
|
||||||
[](https://github.com/sergeyantropoff/proxmox-api-simulator/actions/workflows/ci.yml)
|
|
||||||
[](https://hub.docker.com/r/inecs/proxmox-api-simulator)
|
|
||||||
[](LICENSE)
|
|
||||||
|
|
||||||
Stateful asynchronous [Proxmox VE](https://www.proxmox.com/) API simulator for
|
Stateful asynchronous [Proxmox VE](https://www.proxmox.com/) API simulator for
|
||||||
testing API clients and infrastructure tooling without a real hypervisor
|
testing API clients and infrastructure tooling without a real hypervisor
|
||||||
cluster.
|
cluster.
|
||||||
@@ -110,12 +106,11 @@ curl -sS -X POST -d 'username=root@pam&password=secret' \
|
|||||||
### Web UI
|
### Web UI
|
||||||
|
|
||||||
Interactive console with light/dark themes, endpoint catalog for PVE 6–9,
|
Interactive console with light/dark themes, endpoint catalog for PVE 6–9,
|
||||||
runtime contract hot-swap, and a UPID task monitor. More detail:
|
runtime contract hot-swap, and a UPID task monitor.
|
||||||
[Web UI](docs/web-ui.md).
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
More screens and details: [Web UI](docs/web-ui.md).
|
||||||
|
|
||||||
## Documentation
|
## 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.
|
- Not a drop-in multi-tenant production Proxmox replacement.
|
||||||
- Remote IdP / LDAP / live Ceph / live ACME directories are simulated locally;
|
- Remote IdP / LDAP / live Ceph / live ACME directories are simulated locally;
|
||||||
they do not call real external systems.
|
they do not call real external systems.
|
||||||
|
|
||||||
|
## See also
|
||||||
|
|
||||||
|
- [Web UI](docs/web-ui.md) — interactive console, catalogs, DATA panel, and screenshots
|
||||||
|
|||||||
+6
-7
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
# proxmox-api-simulator
|
# proxmox-api-simulator
|
||||||
|
|
||||||
[](https://github.com/sergeyantropoff/proxmox-api-simulator/actions/workflows/ci.yml)
|
|
||||||
[](https://hub.docker.com/r/inecs/proxmox-api-simulator)
|
|
||||||
[](LICENSE)
|
|
||||||
|
|
||||||
Stateful-асинхронный симулятор API [Proxmox VE](https://www.proxmox.com/) для
|
Stateful-асинхронный симулятор API [Proxmox VE](https://www.proxmox.com/) для
|
||||||
тестирования API-клиентов и инфраструктурных инструментов без реального
|
тестирования API-клиентов и инфраструктурных инструментов без реального
|
||||||
гипервизорного кластера.
|
гипервизорного кластера.
|
||||||
@@ -110,12 +106,11 @@ curl -sS -X POST -d 'username=root@pam&password=secret' \
|
|||||||
### Web UI
|
### Web UI
|
||||||
|
|
||||||
Интерактивная консоль со светлой/тёмной темой, каталогом эндпоинтов PVE 6–9,
|
Интерактивная консоль со светлой/тёмной темой, каталогом эндпоинтов PVE 6–9,
|
||||||
горячей сменой runtime-контракта и монитором задач UPID. Подробнее:
|
горячей сменой runtime-контракта и монитором задач UPID.
|
||||||
[Web UI](docs/ru/web-ui.md).
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
Больше экранов и подробностей: [Web UI](docs/ru/web-ui.md).
|
||||||
|
|
||||||
## Документация
|
## Документация
|
||||||
|
|
||||||
@@ -208,3 +203,7 @@ make release-up && make release-seed # запустить опубликова
|
|||||||
- Не drop-in замена мультиарендного продакшен-Proxmox.
|
- Не drop-in замена мультиарендного продакшен-Proxmox.
|
||||||
- Удалённые IdP / LDAP / live Ceph / live ACME эндпоинты симулируются локально;
|
- Удалённые IdP / LDAP / live Ceph / live ACME эндпоинты симулируются локально;
|
||||||
к реальным внешним системам они не обращаются.
|
к реальным внешним системам они не обращаются.
|
||||||
|
|
||||||
|
## См. также
|
||||||
|
|
||||||
|
- [Web UI](docs/ru/web-ui.md) — интерактивная консоль, каталоги, панель DATA и скриншоты
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
Guides for the Proxmox VE API simulator. Switch language with the header on each
|
Guides for the Proxmox VE API simulator. Switch language with the header on each
|
||||||
page. Russian mirrors live under [`ru/`](ru/README.md).
|
page. Russian mirrors live under [`ru/`](ru/README.md).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
| Guide | Description |
|
| Guide | Description |
|
||||||
|---|---|
|
|---|---|
|
||||||
| [Getting started](getting-started.md) | First successful lab session |
|
| [Getting started](getting-started.md) | First successful lab session |
|
||||||
@@ -28,3 +30,7 @@ page. Russian mirrors live under [`ru/`](ru/README.md).
|
|||||||
|
|
||||||
Runnable cookbooks: [`examples/`](../examples/README.md).
|
Runnable cookbooks: [`examples/`](../examples/README.md).
|
||||||
Integration suites: [`pulumi-tests/`](../pulumi-tests/README.md).
|
Integration suites: [`pulumi-tests/`](../pulumi-tests/README.md).
|
||||||
|
|
||||||
|
## See also
|
||||||
|
|
||||||
|
- [Web UI](web-ui.md) — interactive console, catalogs, DATA panel, and screenshots
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
Руководства по симулятору Proxmox VE API. Переключайте язык с помощью заголовка на
|
Руководства по симулятору Proxmox VE API. Переключайте язык с помощью заголовка на
|
||||||
каждой странице. Русские версии находятся в каталоге [`ru/`](README.md).
|
каждой странице. Русские версии находятся в каталоге [`ru/`](README.md).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
| Руководство | Описание |
|
| Руководство | Описание |
|
||||||
|---|---|
|
|---|---|
|
||||||
| [Быстрый старт](getting-started.md) | Первая успешная лабораторная сессия |
|
| [Быстрый старт](getting-started.md) | Первая успешная лабораторная сессия |
|
||||||
@@ -28,3 +30,7 @@
|
|||||||
|
|
||||||
Исполняемые cookbook'и: [`examples/`](../../examples/README.ru.md).
|
Исполняемые cookbook'и: [`examples/`](../../examples/README.ru.md).
|
||||||
Интеграционные наборы: [`pulumi-tests/`](../../pulumi-tests/README.ru.md).
|
Интеграционные наборы: [`pulumi-tests/`](../../pulumi-tests/README.ru.md).
|
||||||
|
|
||||||
|
## См. также
|
||||||
|
|
||||||
|
- [Web UI](web-ui.md) — интерактивная консоль, каталоги, панель DATA и скриншоты
|
||||||
|
|||||||
Reference in New Issue
Block a user