I hereby claim:
- I am theasp on github.
- I am theasp (https://keybase.io/theasp) on keybase.
- I have a public key whose fingerprint is 2C00 178C 7FA5 FD36 8EAD 07BF F047 DCC8 B64B 390E
To claim this, I am signing this object:
#!/bin/bash | |
set -e | |
VAULT_PASSWORD_FILE=${VAULT_PASSWORD_FILE:-"vault-password.gpg"} | |
GPG_ID=${GPG_ID:-$EMAIL} | |
CMD=${1:-"--decrypt"} | |
function wrap { |
#!/bin/bash | |
set -o pipefail | |
ldif_attr_re='^([^ :]+)(::?) (.+)$' | |
ldif_continue_re='^ (.+)$' | |
printable_re="^[[:print:]]+$" | |
yaml_attr_fmt='%s %s: "%s"\n' | |
declare -A RECORD |
location /shadow-cljs/ { | |
# Reverse proxy: http://192.168.0.2:9650/ | |
proxy_pass http://192.168.0.2:9650/; | |
proxy_http_version 1.1; | |
proxy_set_header Connection ""; | |
proxy_set_header Host $http_host; | |
# Allow websockets | |
proxy_set_header Upgrade $http_upgrade; |
(ns hello-world.pg | |
(:require | |
[clojure.string :as string] | |
[cljs.nodejs :as nodejs] | |
[cljs.core.async | |
:refer [<! chan put! close! onto-chan to-chan]] | |
[taoensso.timbre :as timbre | |
:refer-macros [tracef debugf infof warnf errorf]]) | |
(:require-macros | |
[cljs.core.async.macros :as m :refer [go]])) |
#!/bin/bash | |
set -e | |
export SSH=${SSH:-/usr/bin/ssh} | |
SSH_FULL_NAME="$(${SSH} -V 2>&1)" | |
SSH_SHORT_NAME="${SSH_FULL_NAME%% *}" | |
export SSH_PROVIDER=${SSH_SHORT_NAME%%_*} | |
export SSH_VERSION=${SSH_SHORT_NAME##*_} |
I hereby claim:
To claim this, I am signing this object: