-
When I use the Sometimes I add additional files to a snapshot folder with the year as a prefix (2020_* or 2023_*). But when hitting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is no option to change the sort currently, and I doubt it will be added soon as it's more of a power user escape hatch to see things that aren't in the normal UI. I'd recommend pointing Nextcloud or another proper file management app at the archivebox data dir if you want a full fledged file manager web interface. |
Beta Was this translation helpful? Give feedback.
It's generated automatically by Django's
django.views.static.directory_index
, it's not part of ArchiveBox's code, that's why it's not easy to add JS/modify the HTML without rewriting it entirely.You can add that script you wrote to the page with something like https://violentmonkey.github.io/ though.