You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document how to pull bookmarks and/or history from the Firefox Sync server.
this enables the user to simply bookmark pages they want to archive on their desktop and mobile browser and they will automatically be archived by archivebox.
this also works with a self hosted Firefox Sync server by setting the env var TOKENSERVER_URL="https://<YOUR SYNC SERVER>/token". you can configure this to run on a regular schedule eg. via cron.
with a bit of work, you could make this only archive bookmarks with a specific tag or folder.
The text was updated successfully, but these errors were encountered:
Wiki Page URL
https://github.com/ArchiveBox/ArchiveBox/wiki/Quickstart#2-get-your-list-of-urls-to-archive
Suggested Edit
document how to pull bookmarks and/or history from the Firefox Sync server.
this enables the user to simply bookmark pages they want to archive on their desktop and mobile browser and they will automatically be archived by archivebox.
here's what worked for me.
determine your Firefox Sync client id:
import all of your bookmarks into archivebox:
this also works with a self hosted Firefox Sync server by setting the env var
TOKENSERVER_URL="https://<YOUR SYNC SERVER>/token"
. you can configure this to run on a regular schedule eg. via cron.with a bit of work, you could make this only archive bookmarks with a specific tag or folder.
The text was updated successfully, but these errors were encountered: