webarc/config.toml
JMARyA 8df8edeeca
Some checks failed
ci/woodpecker/push/build Pipeline failed
update
2025-01-02 19:00:47 +01:00

16 lines
338 B
TOML

# Rewrite links to point back to the archive itself
ROUTE_INTERNAL=true
# Download missing routes on demand
DOWNLOAD_ON_DEMAND=true
[websites]
# You can blacklist sites which wont work well
BLACKLIST_DOMAINS = [
"^gitlab" # All domains starting with gitlab
]
[ai]
# Ollama URL (Enables vector search)
OLLAMA_URL="127.0.0.1:11434"