For compliance, security, or technical reasons, using Appshare’s public or cloud node hosting may not be possible. In these cases, Appshare provides a “Local Node.” The Appshare PWA can be hosted on a server within the local network.

image.png

Appshare node manager helps to manage Appshare local nodes.

Prerequisites

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

Options

Internet access through a http proxy: