nodecloud-web provides interface for nodecloud. But it seems to coded out for azure only.
in server/routes/getservices, its coded as follows:-
const nodeCloud = require("nodecloud");
const provider = nodeCloud.getProviders();
const vm = provider.azure.compute();
const network = provider.azure.network();
const blob = provider.azure.blob();
If its a issue would like work on it. Maintainers, can I work on it?