Stop managing Ollama through turnstile

This commit is contained in:
Fabio Scotto di Santolo
2026-04-17 14:09:29 +02:00
parent e5c8bba594
commit fa9b1a2a01
4 changed files with 2 additions and 57 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
set -eu
if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then
exec chpst -e "$TURNSTILE_ENV_DIR" /usr/local/bin/ollama serve
fi
exec /usr/local/bin/ollama serve