Skip to content

Instantly share code, notes, and snippets.

@mlopezr
mlopezr / Node-RED-Sandstorm.md
Created August 9, 2016 14:26
Node-RED packaged for Sandstorm.io

Node-RED packaged for Sandstorm.io

Limitations

Sandstorm security model restricts outgoing and incoming connections. A hack exists to proxy connections, but the 'powerbox' feature will soon enable applications to selectively request the user authorization to perform such connections.

In the described setup this is not implemented. Therefore, only Node-RED interactions without a network are possible.

Prerequisites

@mlopezr
mlopezr / terraform-fiware-lab.tf
Created September 10, 2015 16:12
Simple example of using terraform.io to provision on FIWARE Lab Cloud a VM instance with a public IP and firewalling rules
### Variables ###
# Variables can be set by exporting environment variable TF_VAR_varname
variable keypair {
description = "SSH keypair to be used for VM authentication. The keypair should already be registered in FIWARE Lab Cloud."
}
variable image_id {
default = "7f2b4b3e-1cda-4e16-a09a-a97c600f78c0"