From cb0eba7fca8588db58b2980ba8792326f429579d Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 4 Mar 2025 18:43:30 +0000 Subject: [PATCH] Add new info on README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a79024..3fc3866 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ Web UI that allows to start and stop VMs managed by VirtWEB without having to ex VirtWebRemote rely on OpenID to authenticate users. -VirtWebRemote authenticates against VirtWEB API using an API token. \ No newline at end of file +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 +``` \ No newline at end of file