Web service used to manage virtual machines when it is not accessible:
- Upload files
- Download files
- Start VM
- Stop VM
You only have access to what your vCenter account gives you access.
In docker-compose.yml file set:
- vcenter IP address in environment
- replace xxx by corresponding files and folder
- output volume stores downloaded files from VM to then give them to browser
openssl req -x509 -out ssl/vesta.crt -keyout ssl/vesta.key -newkey rsa:2048 -nodes -days 1000 -sha256 -subj '/CN=vesta' -extensions EXT -config <( printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
docker compose -f Docker/docker-compose.yml up -d
default service port 443.
We use Github issues to track bugs and errors. Do not hesitate to report any issue using Github issue page from this project.