16 lines
338 B
TOML
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"
|