Tag: action
I have already write an update post about
bitwarden backup. After
running smoothly for months, my automated Bitwarden backup GitHub Action
suddenly started failing. The error message was cryptic: ``
Error [ERRREQUIREESM]: require() of ES Module /Users/peterbabic/backups/bitwarden... I have already write a post about
bitwarden backup, about this very
topic. At first, I thought to just update it as I did with
cloudflare backup and later with
faktury-online backup.
After a bit of changes to that post I have found out that I have made so
much changes to the whol... 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... 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: ``yaml
name: Cloudflare DNS Backup on:
workflow_dispatch:
schedule:
cron: "40 0 0" j... Note: This post is no longer accurate, a more recent one is available
here. Previously, I made my first GitHub Action backup script, which you can read
about in a previous post
and it was a success from my point of view. I had these critical goals in
mind for such a script:
almos... The path towards a good-enough software for invoices was quite thorny, I
would say. I have been using from self-hosted
Craterapp instance for a year
and a half. Crater worked almost fine. It had no major issue, I would say.
But it had a lot of small-ish issues that bugged me a lo...