📜 Website Archive
  • Rust 97.4%
  • Nix 2.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
moira 7aff79662b
Some checks failed
moira/docs moira/docs — failed
ci: move moira pipelines to moira-modules thread constructors
Replaces the four .moira/*.yaml threads with flake-defined moiraPipelines
built from moira-modules' thread constructors.

- test now runs on the pinned stable toolchain from moiraEnvironments.rust
  instead of 'rustup default nightly', which downloaded a toolchain over the
  network at step time and discarded the hermeticity the nix env provides.
- container/container-release/docs go through the typed skopeo-push and s3
  modules; the docs sync keeps --delete via the module's new delete input.
- adds moiraFlake so each package/check gets its own commit build status.

fmt and clippy gates are left off: the tree is formatted with nightly
rustfmt, whose import ordering differs from the stable rustfmt this env
provides, so the gate would fail on already-correct code.
2026-08-03 19:49:55 +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 ci: move moira pipelines to moira-modules thread constructors 2026-08-03 19:49:55 +02:00
flake.nix ci: move moira pipelines to moira-modules thread constructors 2026-08-03 19:49:55 +02: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.