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

This commit is contained in:
JMARyA 2024-12-29 18:39:34 +01:00
parent 8f591b6b8c
commit 83b2eec003
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,6 +1,14 @@
# WebArc # WebArc
`webarc` is a local website archive based on [monolith](https://github.com/Y2Z/monolith).
- Website Archive ## Configuration
- LLM AI Integration (VectorDB)? You can configure the application using environment variables:
- Regex Search
- `$ROUTE_INTERNAL` : Rewrite links to point back to the archive itself
- `$DOWNLOAD_ON_DEMAND` : Download missing routes with monolith on demand
## Usage
Archived pages can be viewed at `/s/<domain>/<path..>`.
For example, `/s/en.wikipedia.org/wiki/Website` will serve `en.wikipedia.org` at `/wiki/Website`.
To select an archive from a certain time, add `?time=YYYY-MM-DD` parameter to the URL.