Skip to content

Instantly share code, notes, and snippets.

View iskrisis's full-sized avatar
😷
Trying to focus is futile

iskrisis iskrisis

😷
Trying to focus is futile
View GitHub Profile
@iskrisis
iskrisis / Brewfile
Last active March 14, 2022 15:59
Brewfile cask dump
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "nicoverbruggen/cask"
tap "shivammathur/php"
brew "btop"
brew "libssh2"
brew "freetds"
brew "libpq"
@iskrisis
iskrisis / fsnotes.rb
Created July 2, 2018 14:35
FSnotes test formula
cask 'fsnotes' do
version '1.8b154'
sha256 'b0e96b44bf144194090bb90a4bfc2cafbcb6f92971c8c01e359257d67e2e82de'
# github.com/glushchenko/fsnotes was verified as official when first introduced to the cask
url 'https://github.com/glushchenko/fsnotes/releases/download/1.8/FSNotes_1.8b154.zip'
appcast 'https://github.com/glushchenko/fsnotes/releases.atom'
name 'FSNotes'
homepage 'https://fsnot.es/'
@iskrisis
iskrisis / caddy.sh
Created May 7, 2017 13:52 — forked from Jamesits/caddy.sh
Install Caddy Server on Ubuntu with Systemd.
# Run as root please
apt install curl
curl -L https://getcaddy.com | bash -s http.awslambda,http.cgi,http.cors,http.expires,http.filemanager,http.filter,http.git,http.hugo,http.ipfilter,http.jwt,http.mailout,http.minify,http.prometheus,http.proxyprotocol,http.ratelimit,http.realip,http.upload,dns,net,hook.service
chown root:root /usr/local/bin/caddy
chmod 755 /usr/local/bin/caddy
setcap 'cap_net_bind_service=+ep' /usr/local/bin/caddy
mkdir /etc/caddy
chown -R root:www-data /etc/caddy
mkdir /etc/ssl/caddy