Skip to content

Instantly share code, notes, and snippets.

View x86txt's full-sized avatar
🚀

Matthew Evans x86txt

🚀
View GitHub Profile
@bergelfs
bergelfs / README.md
Last active December 8, 2025 16:56
certbot-dns-cloudflare on asustor NAS

certbot-dns-cloudflare on asustor NAS

This will configure an Asustor NAS to use a Let's Encrypt certificate without exposing it to the internet.
To achieve this, we use Certbot with the DNS-01 challenge via Cloudflare.

I'm placing my configuration in /volume1/system. Feel free to change this to whatever location you prefer.

  1. Set up Cloudflare credentials.
mkdir /volume1/system/letsencrypt
@alexjj
alexjj / ZFS Snapshot Deletion
Created April 15, 2015 17:09
Delete all ZFS Snapshots
zfs list -H -o name -t snapshot | xargs -n1 zfs destroy