Skip to content

Instantly share code, notes, and snippets.

View robertbakker's full-sized avatar

Robert Bakker robertbakker

View GitHub Profile
@robertbakker
robertbakker / 001-create-citus-extension.sql
Last active July 31, 2022 08:40
Docker PostGis With Citus Extension
CREATE EXTENSION IF NOT EXISTS citus;
@robertbakker
robertbakker / update-ufw.sh
Last active October 4, 2025 15:54
Add UFW firewall rules to allow Github Actions access through SSH, using cURL and JQ
#!/usr/bin/env bash
for cidr in $(curl https://api.github.com/meta | jq -r '.actions[]'); do
ufw allow from $cidr to any port 22
done
@robertbakker
robertbakker / go_build.sh
Created February 19, 2020 08:53
Go build static for linux
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o app cmd/app/main.go
core: 8.x
type: module
name: Taxonomy Suggestions
description: 'Provides extra theme template suggestions for display modes of taxonomy terms'
version: 1.0