Skip to content

Instantly share code, notes, and snippets.

version: '2'
services:
# The proxy is responsible for running an nginx instance and routing to each
# container that has a VIRTUAL_HOST environment variable setup. We are
# exposing both ports 80 and 443, so that HTTPS redirection will happen.
proxy:
image: jwilder/nginx-proxy
ports:
- "80:80"
- "443:443"
@carsondarling
carsondarling / keybase.md
Last active September 12, 2019 17:48
keybase.md

Keybase proof

I hereby claim:

  • I am carsondarling on github.
  • I am carsondarling (https://keybase.io/carsondarling) on keybase.
  • I have a public key ASAF993d6ZaoKopHsJ5V5nAXLq46yZDq065L4blM46bisAo

To claim this, I am signing this object:

@carsondarling
carsondarling / notify-send.sh
Last active September 6, 2021 09:15
Replacement for notify-send to auto-remove notifications for Gnome Shell.
#!/bin/sh
# Save this script as /usr/local/bin/notify-send and make sure to chmod +x!
# NOTE: This has not been extensively tested, though it does work with
# XChat. Let me know if it works with others!
# Make all notify-send calls go away after they've popped up
/usr/bin/notify-send --hint int:transient:1 $@
Workspace/sequelize ▶ npm run test-buster-sqlite [master]
> sequelize@1.6.0-beta4 test-buster-sqlite /Users/cdarling/Workspace/sequelize
> DIALECT=sqlite ./node_modules/.bin/buster-test
[SQLITE] DAO: .
[SQLITE] Migration: .......
[SQLITE] DAOFactory: .............................................................
[SQLITE] BelongsTo: .
[SQLITE] Sequelize: .....T.