Skip to content

Instantly share code, notes, and snippets.

View lookingcloudy's full-sized avatar

lookingcloudy

View GitHub Profile
@lookingcloudy
lookingcloudy / moteino_sms.js
Last active September 13, 2022 00:17
Moteino SMS Gateway
/**
* Created by brad on 10/24/15.
*/
/*
* USER DEFINED SETTINGS
*/
var twilio_sid = 'your-sid-here';
var twilio_auth = 'your-key-here';
var socketURL = 'http://10.0.0.8:8080'; // assumes this runs on the gateway Pi
@lookingcloudy
lookingcloudy / slack-skype.coffee
Created November 2, 2015 14:58 — forked from kemayo/slack-skype.coffee
Hubot plugin to drop a skype conference call link into the chat
# Description
# Drop a link into chat which will work as a skype conference call for the requested user
#
# Dependencies:
# "slack-node": "^0.0.95"
# "hubot-slack-attachment": "^1.0.0"
#
# Configuration:
# HUBOT_SLACK_TOKEN
# HUBOT_SLACK_INCOMING_WEBHOOK
@lookingcloudy
lookingcloudy / Basic reverse proxy configuration
Last active November 10, 2015 12:49
NGinX sample configuration
upstream myservers {
server 10.10.120.10:8080;
}
server {
listen 80 default_server;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl default_server;
@lookingcloudy
lookingcloudy / install-teamcity.md
Created November 28, 2015 15:21 — forked from sandcastle/install-teamcity.md
Install TeamCity 9.0.3 on Ubuntu with Nginx
client
dev tun
# Windows needs the TAP-Win32 adapter name
# from the Network Connections panel
# if you have more than one. On XP SP2,
# you may need to disable the firewall
# for the TAP adapter.
;dev-node MyTap