This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# A git post-receive hook | |
# | |
# On master branch only : | |
# 1. It builds a docker image named with the dir name | |
# 2. It then stop container of the same name, rm it and start a new one | |
## --- Config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Captive Portal | |
var http = require('http'); | |
var Wifi = require('Wifi'); | |
var dgram = require('dgram'); | |
var server = dgram.createSocket('udp4'); | |
var SSID = 'CaptivePortalTest'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am hippyjake on github. | |
* I am hippyjake (https://keybase.io/hippyjake) on keybase. | |
* I have a public key whose fingerprint is 396C 0BA0 A44C 6ADE AD69 B284 72E4 4B6D 9305 10EE | |
To claim this, I am signing this object: |