update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-02 19:00:47 +01:00
parent 0f6e5f5b10
commit 8df8edeeca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
15 changed files with 591 additions and 124 deletions

19
env
View file

@ -1,19 +0,0 @@
# Logging
RUST_LOG=info
ROCKET_ADDRESS=0.0.0.0
# Rewrite links to point back to the archive itself
ROUTE_INTERNAL=true
# Download missing routes on demand
DOWNLOAD_ON_DEMAND=true
# Blacklisted domains (Comma-seperated regex)
# You can blacklist sites which wont work well
BLACKLIST_DOMAINS="^gitlab"
# Database
DATABASE_URL=postgres://user:pass@postgres/webarc
# Ollama URL (Enables vector search)
OLLAMA_URL=127.0.0.1:11434