Appshare node manager helps to manage appshare local nodes.
Prerequisites
- Server spec- 1 core, 2 GB RAM, 50 GB Hard Disk
- Recommended Operating System Linux
- Docker installed on the server. (minimum Version 19.03.0)
- Internet access on the server. If you have restricted Internet, please make sure your server has access to docker.io (to be able to download docker images) Port 443 and appsharebackend.steltix.com (to access your Appshare configuration) Port 443.
Deploy Node Manager
Run the following command in your shell program to install the node manager on port 8082. Please change the port to another port when required:
docker run -d -p 8082:8082 -v /var/run/docker.sock:/var/run/docker.sock --security-opt label:disable --name appshare-node-manager --restart always steltix/appshare-node-manager
In case your internet access is passing through a proxy:
docker run -d -p 8082:8082 -v /var/run/docker.sock:/var/run/docker.sock -e http_proxy=YourProxyUrl -e https_proxy=YourProxyUrl --security-opt label:disable --name appshare-node-manager --restart always steltix/appshare-node-manager
After running the above command, the Node Manager can be accessed using IP of the server on port 8082.
Login

Add Node
Click on the + button to add an Appshare node.



Update an Appshare node


Switch Back to the Previous Version

