Skip to content

Instantly share code, notes, and snippets.

View tiloso's full-sized avatar

Tilo Soenke tiloso

View GitHub Profile
@tiloso
tiloso / main.go
Last active June 25, 2019 19:38
Simple Go Webserver
package main
import (
"io"
"log"
"net/http"
"github.com/go-chi/chi"
)

Keybase proof

I hereby claim:

  • I am tiloso on github.
  • I am tiloso (https://keybase.io/tiloso) on keybase.
  • I have a public key whose fingerprint is 1E6C 048B 8060 CC06 F12B DC52 9013 6075 C234 5D52

To claim this, I am signing this object:

@tiloso
tiloso / gist:6425181
Created September 3, 2013 15:08
package.json
{
"subdomain": "versusio",
"domains": [
"versusio.com",
"www.versusio.com",
"versus.io",
"www.versus.io",
"versusio.de",
"www.versusio.de"
],
@tiloso
tiloso / gist:3691298
Created September 10, 2012 14:52
error trying to deploy app to nodejitsu
tilo:smartlist tilosoenke$ jitsu deploy
info: Welcome to Nodejitsu tiloso
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/tilosoenke/Dropbox/code/smartlist/package.json
data:
@tiloso
tiloso / gist:3451415
Created August 24, 2012 14:39
bcrypt error while deploying
info: Starting app smartlist
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
@tiloso
tiloso / gist:3437238
Created August 23, 2012 14:37
haibu output deploying app with jitsu
info: Starting app smartlist
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
@tiloso
tiloso / gist:3372688
Created August 16, 2012 19:04
package.json
{
"name": "smartlist",
"version": "0.0.1-22",
"subdomain": "smartlist",
"dependencies": {
"express": "3.x",
"jade": ">= 0.0.1",
"bcrypt": "git://github.com/ncb000gt/node.bcrypt.js.git",
"nano": "~3.1.0",
"connect-redis": ">=1.4.1",
@tiloso
tiloso / gist:3362647
Created August 15, 2012 19:06
node-gyp rebuild error while deploying on nodejitsu
error: npm ERR! bcrypt@0.7.1 install: `node-gyp rebuild`
error: npm ERR! `sh "-c" "node-gyp rebuild"` failed with 7
error: npm ERR!
error: npm ERR! Failed at the bcrypt@0.7.1 install script.
error: npm ERR! This is most likely a problem with the bcrypt package,
error: npm ERR! not with npm itself.
error: npm ERR! Tell the author that this fails on your system:
error: npm ERR! node-gyp rebuild
error: npm ERR! You can get their info via:
error: npm ERR! npm owner ls bcrypt