Service to schedule the execution of Aleph VM functions for the Aleph.im project and assist VM Supervisors with operations related to the Aleph network.
We support running the VM Connector in a Docker container, on platforms supported by Docker.
On a Debian/Ubuntu system:
apt update
apt install -y docker.iodocker pull alephim/vm-connector:alphaRun the Docker image
docker run -d -p 4021:4021/tcp --restart=always --name vm-connector alephim/vm-connector:alphaThe VM Supervisor can be configured using environment variables:
API_SERVER should point to your Aleph Node.
Defaults to https://official.aleph.cloud
IPFS_SERVER should point to your IPFS Gateway, defaults to https://ipfs.aleph.im/ipfs