Add Blinko stack - Note-taking app with Ollama AI integration

This commit is contained in:
nocci 2026-03-29 11:08:36 +02:00
parent 0e3f9d74d4
commit ebd6e7c3ee
4 changed files with 160 additions and 0 deletions

10
stacks/blinko/Caddyfile Normal file
View file

@ -0,0 +1,10 @@
:80 {
# Fix Blinko Bug: /embed* -> /api/embed*
handle /embed* {
uri replace /embed /api/embed
reverse_proxy ollama:11434
}
# Alles andere direkt zu Ollama
reverse_proxy ollama:11434
}