Add Blinko stack - Note-taking app with Ollama AI integration
This commit is contained in:
parent
0e3f9d74d4
commit
ebd6e7c3ee
4 changed files with 160 additions and 0 deletions
10
stacks/blinko/Caddyfile
Normal file
10
stacks/blinko/Caddyfile
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue