[GH-ISSUE #619] Question: index.html completly gone? #383

Closed
opened 2026-03-01 14:43:05 +03:00 by kerem · 1 comment
Owner

Originally created by @zapp-brannigan on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/619

Hi. I just upgraded my archivebox to 0.5.3 via pip.
I realized that the index.html is no longer present, so i have to run "archivebox server" to access my archive. Unfortunately this is painfully slow on my raspberry. Is there a way to get the index.html back?

Originally created by @zapp-brannigan on GitHub (Jan 18, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/619 Hi. I just upgraded my archivebox to 0.5.3 via pip. I realized that the index.html is no longer present, so i have to run "archivebox server" to access my archive. Unfortunately this is painfully slow on my raspberry. Is there a way to get the index.html back?
kerem closed this issue 2026-03-01 14:43:06 +03:00
Author
Owner

@pirate commented on GitHub (Jan 18, 2021):

You can still use it, you just have to generate it when you need it, we switched to using a SQL db as the main index because keeping the html/json files up to date as the primary index was very slow and unreliable.

archivebox list --html --with-headers > index.html
archivebox list --json --with-headers > index.json
<!-- gh-comment-id:762238804 --> @pirate commented on GitHub (Jan 18, 2021): You can still use it, you just have to generate it when you need it, we switched to using a SQL db as the main index because keeping the html/json files up to date as the primary index was very slow and unreliable. ```bash archivebox list --html --with-headers > index.html archivebox list --json --with-headers > index.json ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#383
No description provided.