Replay arbitrary WARCs through subdomain/subpath CID inclusion #790
Labels
i/o
ipwb indexer
ipwb replay
Landing→Admin Movement
Moving the ipwb replay functionality on the main landing page over to host/ipwbadmin
Privacy/Security/Encryption
When looking at this project, I saw that dynamically linking to an "archive" of a website via URLs, if/after I set up IPWB on a subdomain or a website, is not really possible, as IPWB sets itself up to serve only a single archive.
However, I want to use IPWB in combination with some scraping/archiving tools, and simply be able to point IPWB to a CID (IPFS hash) of the WARC file, and have it figure it out.
I'd like to be able to do something like the following;
https://ipwb.example.net/QmXXX
https://baxxx.ipwb.example.net/
Then, it'd figure out the page its fetching via the CID (timeouts are expected if the file isn't readily accessible), and serve that to the end user.
My primary usecase for this, as stated above, is simply to be able to link from a "hash list" to my ipwb site to show my particular archive of a particular site, or to show any random archive anyone else found on the web, an "IPWB archive reader" mode, where it'd automatically fetch, unpack, and display those files to anyone who'd request it.
The text was updated successfully, but these errors were encountered: