Tag: cloudflare
I've been using GitHub Actions to
automatically backup my
Cloudflare DNS records as JSON files for a while now. It's a simple but
effective way to keep track of DNS changes and have a safety net in case
something goes wrong. Recently, I decided to enhance this setup by also
backi…
I recently encountered a frustrating issue where syntax highlighting worked
perfectly when running zola serve locally, but completely disappeared
when deployed to Cloudflare Pages. Here's how I diagnosed and fixed the
problem.
The Symptoms#
The issue manifested in two ways:
Vi…
Here's a quick Github Action a prompt blurted to periodically backup a
Cloudflare DNS settings for all my domains and commit them into the
repository. Zero maintenance required once set up:
name: Cloudflare DNS Backup
on:
workflow_dispatch:
schedule:
- cron: "40 0 *…