Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jasonswindle on github.
  • I am jasonswindle (https://keybase.io/jasonswindle) on keybase.
  • I have a public key whose fingerprint is BD42 E9C5 1AD0 17FD 33B2 339D 5817 4ABF ECB1 582C

To claim this, I am signing this object:

version: '3.1'
services:
unifi:
container_name: unifi
restart: unless-stopped
image: linuxserver/unifi
volumes:
- /srv/docker/unifi:/config
environment:
- PGID=0
[Unit]
Description=AWS ECS Agent
Documentation=https://docs.aws.amazon.com/AmazonECS/latest/developerguide/
Requires=docker.socket
After=docker.socket
[Service]
Environment=ECS_CLUSTER=ecstestcluster
Environment=ECS_LOGLEVEL=info
Environment=ECS_VERSION=latest
@JasonSwindle
JasonSwindle / cloudSettings
Last active January 11, 2017 02:30
Visual Studio Code Sync Settings GIST
{"lastUpload":"2017-01-11T02:30:06.861Z"}
@JasonSwindle
JasonSwindle / cloudflare-api-synology.sh
Created July 4, 2016 03:30 — forked from ssgtcookie/cloudflare-api-synology.sh
Batch: Cloudflare APIv4 dynamic update A-record script. Created for a Synology NAS hosted Wordpress website.
# set shell variables with your contents
email="email@example.com"
authKey=""
zoneid=""
dnsrecord=""
domain="example.com"
# Collect current IP
current_ip=$(curl --silent --show-error --fail ipecho.net/plain) || exit
@JasonSwindle
JasonSwindle / DockerCleanup-Task.json
Last active October 7, 2019 00:52
A task definition for ECS using MeltWater's Docker Container and Image clean-up containerized script. Please see https://github.com/meltwater/docker-cleanup for more details on correct usage.
{
"containerDefinitions": [
{
"volumesFrom": null,
"memory": 32,
"extraHosts": null,
"dnsServers": null,
"disableNetworking": true,
"dnsSearchDomains": null,
"portMappings": [],

Keybase proof

I hereby claim:

  • I am JasonSwindle on github.
  • I am jasonswindle (https://keybase.io/jasonswindle) on keybase.
  • I have a public key whose fingerprint is B269 4354 1C6D 2FDE 62F3 2529 4E15 F8BF B584 31C1

To claim this, I am signing this object:

@JasonSwindle
JasonSwindle / osx_auto.sh
Last active August 29, 2015 14:08
Quickly bootstrap your OS X reinstall.
#!/bin/bash
echo "Installing Brew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# List of Apps for Brew to install...
brew_list=(
android-platform-tools
brew-pip
go
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Base File (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "Monaco",
"font_size": 12,