📜 Website Archive
Find a file
JMARyA 83b2eec003
Some checks failed
ci/woodpecker/push/build Pipeline failed
docs
2024-12-29 18:39:34 +01:00
.woodpecker init 2024-12-29 16:51:34 +01:00
migrations update + favicon 2024-12-29 18:33:30 +01:00
src update + favicon 2024-12-29 18:33:30 +01:00
.dockerignore init 2024-12-29 16:51:34 +01:00
.gitignore init 2024-12-29 16:51:34 +01:00
Cargo.lock update + favicon 2024-12-29 18:33:30 +01:00
Cargo.toml update + favicon 2024-12-29 18:33:30 +01:00
docker-compose.yml add on demand download 2024-12-29 16:58:58 +01:00
Dockerfile init 2024-12-29 16:51:34 +01:00
README.md docs 2024-12-29 18:39:34 +01:00

WebArc

webarc is a local website archive based on monolith.

Configuration

You can configure the application using environment variables:

  • $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.