Web interface for the Extensive Automation server
1.3K
ExtensiveAutomation is a open source automation framework. If you want more informations, go to the website https://www.extensiveautomation.org or to github for the code source https://github.com/ExtensiveAutomation
This docker image enable to run web client to connect on the server
Downloading the image
docker pull extensiveautomation/extensiveautomation-webclient:latest
Start the container
docker run -dit --name extensive-webclient -p 8080:80 docker.io/extensiveautomation/extensiveautomation-webclient
You can now load the web interface from url http://<ip_server>:8080/. If you can connect the extensive server, you need provide the following parameter in the login page:
Api URL = http://<ip_server_extensive>:8081
Api Path = /
Api Login = admin
Api Password = password
Content type
Image
Digest
Size
17.8 MB
Last updated
over 5 years ago
docker pull extensiveautomation/extensiveautomation-webclient