webarc/config.toml

17 lines
338 B
TOML
Raw Normal View History

2024-12-30 10:00:05 +01:00
# Rewrite links to point back to the archive itself
ROUTE_INTERNAL=true
# Download missing routes on demand
DOWNLOAD_ON_DEMAND=true
2025-01-02 19:00:47 +01:00
[websites]
2024-12-31 02:03:03 +01:00
# You can blacklist sites which wont work well
2025-01-02 19:00:47 +01:00
BLACKLIST_DOMAINS = [
"^gitlab" # All domains starting with gitlab
]
2024-12-30 14:06:32 +01:00
2025-01-02 19:00:47 +01:00
[ai]
2024-12-30 14:06:32 +01:00
# Ollama URL (Enables vector search)
2025-01-02 19:00:47 +01:00
OLLAMA_URL="127.0.0.1:11434"