Skip to main content

Cloudflare zone operations

v0.1.4

Read-only zone, DNS record, cache, firewall, and analytics introspection plus narrow mutators (purge cache, enable/disable dev mode). Auth via CF_API_TOKEN env var.

8 allowed by default 2 need approval 1 denied by default
Pack ID
cloudflare
Vendor
emisar
OS
linux
Actions
11
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:c325b3e7a6eff922a587be63c341466656f9f8da9fc00aae2fe69ea9f0b3022e

on the runner host
sudo emisar pack install cloudflare \
  --hash sha256:c325b3e7a6eff922a587be63c341466656f9f8da9fc00aae2fe69ea9f0b3022e \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 11 total

View on GitHub