From fc3b8519a9eaf8ee355a5c67d96d11053d38e9d3 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 21 Apr 2026 09:54:18 +0200 Subject: [PATCH] Add DOFFIN_API_KEY credential template and gitignore entry Follows the existing 99-eulerpool pattern: tracked .example template with a placeholder, real 99-doffin file kept out of git. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 99-doffin.example | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 99-doffin.example diff --git a/.gitignore b/.gitignore index 66f404c..73d3d75 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ 99-replicate 99-podman-kode 99-eulerpool +99-doffin diff --git a/99-doffin.example b/99-doffin.example new file mode 100644 index 0000000..26cfe3e --- /dev/null +++ b/99-doffin.example @@ -0,0 +1,5 @@ +# shellcheck shell=bash +# Doffin API key +# Copy to 99-doffin and fill in your key, then: chmod 700 99-doffin +#require_private "${BASH_SOURCE[0]}" +export DOFFIN_API_KEY=your-api-key-here