Skip to content

Instantly share code, notes, and snippets.

@philipithomas
philipithomas / Dockerrun.aws.json
Created February 28, 2017 22:15
Staffjoy Elastic Beanstalk Deploy Script
{
AWSEBDockerrunVersion: "1",
Authentication: {
Bucket: "staffjoy-deploy",
Key: "docker.cfg"
},
Image: {
Name: "staffjoy/app:TAG",
Update: "true"
},
@philipithomas
philipithomas / tiptap_controller.js
Last active March 23, 2023 01:42
Tiptap controller for Stimulus.js (WIP)
import { Controller } from "@hotwired/stimulus";
import { Editor } from "@tiptap/core";
import StarterKit from "@tiptap/starter-kit";
import Link from "@tiptap/extension-link";
import Image from "@tiptap/extension-image";
import debounce from "lodash.debounce";
import Placeholder from "@tiptap/extension-placeholder";
import BubbleMenu from "@tiptap/extension-bubble-menu";
import { Plugin, PluginKey } from "@tiptap/pm/state";
import { Extension } from "@tiptap/core";
@philipithomas
philipithomas / README.md
Created February 8, 2025 23:22
Mac Mini scripts

toolbox

This repository contains a set of tools to manage a mac mini server.

heartbeat.sh

The heartbeat.sh script is responsible for:

  1. Fetching the latest changes from the main branch of the repository
  2. If changes are detected, it pulls the latest changes, rebuilds the project using asdf install, and logs the rebuild process
  3. If no changes are detected, it logs that no changes were found