This is a pointer to codeberg where this project actually lives: (https://codeberg.org/brunoschroeder/archivebox-proxy)
A proxy for ArchiveBox with two modes: archive-all or archive-the-list.
On archive-the-list mode, the proxy is configured with a regex list of what to archive.
On archive-all mode, the proxy is configured with a regex list of what NOT to archive.
The config list will carry for each regex:
- tags to be applied
- how often that link should be archived
The proxy will also provide a url to be used as prefix to an open URL in the browser or terminal, to submit that URL to be archived regardless of what's on the list.
This project is intended to meet ArchiveBox's ticket 557: Feature Request: Browser extension to submit either all history or certain URLs to a given ArchiveBox instance.
The main challenge is to serve ios, as ios does not allow firefox plugins to be installed.
2024-01 Bruno Schroeder kick-starts and asks for contribution with the architectural decisions.
For each tab:
- Hit share, and share it to iMarkdown or Obsidian
- Obsidian asks which file to append to - one may have one file per tag/subject
- ios appends the url there (but sometimes it appends the page title and work must be re-done)
- Tab must be closed