this post was submitted on 13 Dec 2024
11 points (92.3% liked)

Selfhosted

60451 readers
1161 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi guys,

I have archivebox running on my server and am very happy with it overall. But one thing bothers me: The archived pages are stored in subfolders whose names do not reflect the content. I would like to have at least a reasonable backup of the archived pages in case the archivebox instance stops working. It would also make it easier to transfer the archived pages to other devices or other people.

My question is therefore whether there is a docker self-hosted web archive solution that offers a similar range of functions to archivebox in terms of the different storage formats, e.g. for videos, but which makes the files easier to search in their folder structure.

Thanks in advance

PS

These are the solutions I have alteady tried:

  • linkwarden: archived sites are numbered 1,2,3...

  • linkding: archived sites have reasonably legible names, but no archiving of video

Which do you recommend for my requirements?

you are viewing a single comment's thread
view the rest of the comments
[–] pe1uca@lemmy.pe1uca.dev 2 points 2 years ago

Maybe you could submit an issue to the repo to include a way to change the format of the saved folders.
(I'm thinking something similar on how immich allows to change some formats)

I'm seeing in my instance the names seem like some sort of timestamp, not sure if the code uses them in a meaningful way, so probably the solution would be to create symlinks with the name of the site or some other format while keeping the timestamp so the rest of the code can still expect it.