Add rebuild tool: scan nginx volumes to reconstruct SQLite index
Walks nginx autoindex JSON recursively, merges replicas across volumes, and bulk-inserts into a fresh database. Also adds reqwest json feature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
17d5647e16
commit
4f10489b13
4 changed files with 110 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ pub mod error;
|
|||
pub mod hasher;
|
||||
pub mod health;
|
||||
pub mod server;
|
||||
pub mod rebuild;
|
||||
pub mod volume;
|
||||
|
||||
use std::collections::HashSet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue