VirtWebRemote/README.md

11 lines
451 B
Markdown
Raw Normal View History

2024-04-24 21:51:53 +02:00
# VirtWeb Remote
2025-01-24 07:31:01 +00:00
Web UI that allows to start and stop VMs managed by VirtWEB without having to expose the VirtWEB directly on the Internet.
2024-04-24 21:51:53 +02:00
2025-01-24 07:31:01 +00:00
VirtWebRemote rely on OpenID to authenticate users.
2025-03-04 18:43:30 +00:00
VirtWebRemote authenticates against VirtWEB API using an API token. Both the token ID and private key are required to be able to authenticate against the VirtWEB API.
## Docker image options
```bash
docker run --rm -it pierre42100/virtweb_remote --help
```