📜 Website Archive
Find a file
JMARyA f657a61d55
Some checks failed
ci/woodpecker/push/build Pipeline failed
remove db
2024-12-29 19:35:56 +01:00
.woodpecker init 2024-12-29 16:51:34 +01:00
src remove db 2024-12-29 19:35:56 +01:00
.dockerignore remove db 2024-12-29 19:35:56 +01:00
.gitignore remove db 2024-12-29 19:35:56 +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 remove db 2024-12-29 19:35:56 +01:00
Dockerfile fix 2024-12-29 18:44:46 +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.