Note: This is intended to be a temporary measure
The stable release of ArchiveBox doesn't yet support the REST API, and I've not had much luck in getting a non-stable release running.
So, for the time being, the plan is to
PUBLIC_ADD_VIEW
to true in the deployment)It's safe(ish) for me to do this because my ArchiveBox install is not publicly accessible.
Activity
10-Aug-24 13:31
assigned to @btasker
10-Aug-24 13:31
mentioned in commit sysconfigs/bumblebee-kubernetes-charts@4bb1eb130d2be58573f327859e8f0854e4bca100
Message
feat: Enable public submission (utilities/auto-blog-link-preserver#3)
10-Aug-24 13:37
Taking a packet capture of the request shows this
(Ignore the 500, that's been fixed)
10-Aug-24 13:54
This isn't as simple as expected either,
lxml
doesn't like the HTML because there's a typo in the headerGenerating
I'll report that upstream in a bit
10-Aug-24 14:07
For now, doing
10-Aug-24 14:07
mentioned in commit 2c2b543be1bb344bc9d9961adc5cb211191a6cde
Message
feat: proof-of-concept scraped submission (utilities/auto-blog-link-preserver#3)
10-Aug-24 14:09
OK, the commit above implements the archivebox side of the flow
Invocation is
So now, just need to work on having the script extract links from pages in the RSS feed.
10-Aug-24 14:10
mentioned in issue #2
10-Aug-24 15:17
mentioned in issue #6