Compare commits

...

2 commits

Author SHA1 Message Date
b2da60823a Add Eulerpool API key credential template
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 19:40:38 +01:00
67db350b71 Add podman login credential template for kode.naiv.no
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:08:06 +01:00
3 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@
99-google 99-google
99-huggingface 99-huggingface
99-replicate 99-replicate
99-podman-kode
99-eulerpool

5
99-eulerpool.example Executable file
View file

@ -0,0 +1,5 @@
# shellcheck shell=bash
# Eulerpool API key
# Copy to 99-eulerpool and fill in your key, then: chmod 700 99-eulerpool
require_private "${BASH_SOURCE[0]}"
export EULERPOOL_API_KEY=your-api-key-here

5
99-podman-kode.example Executable file
View file

@ -0,0 +1,5 @@
# shellcheck shell=bash
# Podman login token for kode.naiv.no container registry
# Copy to 99-podman-kode and fill in your token, then: chmod 700 99-podman-kode
require_private "${BASH_SOURCE[0]}"
export KODE_REGISTRY_TOKEN=your-token-here