📜 Website Archive
Find a file
Angelo Rodriguez 697304c398
Some checks failed
moira/container moira/container — failed
moira/docs moira/docs — failed
moira/test moira/test — failed
chore: clean up warnings, vendor flowbite, fix broken routes
- Fix all 22 compiler warnings (unused imports/vars, deprecated base64/md5
  API, unreachable code, unnecessary mut)
- Vendor flowbite 2.3.0 (js + css) into src/vendor/ and serve via /assets/
- Remove dead /vector_search reference from index search bar
- Remove unused SEARCH_BAR_STYLE constant

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 12:23:38 +02:00
.moira chore: drop htmsix and webarc_legacy deps, update lockfile 2026-05-21 11:00:53 +02:00
docs feat: add indexer architecture and endpoints 2026-03-07 20:31:44 +01:00
migrations feat: add indexer architecture and endpoints 2026-03-07 20:31:44 +01:00
src chore: clean up warnings, vendor flowbite, fix broken routes 2026-05-21 12:23:38 +02:00
.gitignore feat: rework arch (postgres + s3) 2026-01-13 08:50:14 +01:00
Cargo.lock refactor: replace Rocket with Axum for UI/API server 2026-05-21 11:52:35 +02:00
Cargo.toml refactor: replace Rocket with Axum for UI/API server 2026-05-21 11:52:35 +02:00
cog.toml ci: releases 2025-11-25 21:21:14 +01:00
config.yml feat: implement outdated refetch 2025-11-17 08:01:54 +01:00
devenv.lock feat: rework arch (postgres + s3) 2026-01-13 08:50:14 +01:00
devenv.nix feat: rework arch (postgres + s3) 2026-01-13 08:50:14 +01:00
docker-compose.yml feat: rework arch (postgres + s3) 2026-01-13 08:50:14 +01:00
flake.lock fix: docs ci 2026-01-25 17:34:16 +01:00
flake.nix fix: docs ci 2026-01-25 17:34:16 +01:00
README.md docs: update readme 2025-12-31 14:48:24 +01:00
renovate.json Add renovate.json 2025-06-21 21:49:31 +00:00
zensical.toml add pacman docs 2026-01-07 17:07:42 +01:00

WebArc

webarc is a local-first web archiving system designed to capture, preserve, and replay HTTP content in an extensible way.

Unlike traditional crawlers that fetch pages in isolation, WebArc focuses on recording real HTTP traffic, storing it in an archive, and making that archive usable through multiple interfaces.

See the documentation.