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
I want to manage 2 differents ArchiveBox instances:
A public one
A private one
And of course add links to them via the browser extension.
But we can't install multiple instances of an extension on a browser, so I can configure only one instance at a time to add URL to archive.
Suggestion
Permit to register multiple Base URL in the extension configuration, associated with a name.
For example:
name: Instance 1
Base URL: https://instance1.example.org
name: Instance 2
Base URL: https://instance2.example.org
Then, when we right-clic on a webpage, on hover of the ArchiveBox Exporter menu, we can select options like:
[Instance 1] Archive Current Page
[Instance 1] Add Current Domain to List
[Instance 2] Archive Current Page
[Instance 2] Add Current Domain to List
Of course if only one instance is configured, we can keep showing Archive Current Page and Add Current Domain to List without mentioning instance name to don't break user's mental pattern.
The text was updated successfully, but these errors were encountered:
It's a perfect ticket for a contributor (or even Claude / GPT) as the extension is pretty simple.
If anyone wants to take a stab at it I'd welcome a PR, otherwise I'll keep it in mind and add it to the ticket queue for after the v0.8 release!
In the meantime there actually is a workaround to install multiple instances of an extension, you can download the source, tweak manifest.json to change the name & icon so you can differentiate them, the go to chrome extensions settings, enable developer mode, and go to "load unpacked".
Use case
I want to manage 2 differents ArchiveBox instances:
And of course add links to them via the browser extension.
But we can't install multiple instances of an extension on a browser, so I can configure only one instance at a time to add URL to archive.
Suggestion
Permit to register multiple
Base URL
in the extension configuration, associated with aname
.For example:
name
:Instance 1
Base URL
:https://instance1.example.org
name
:Instance 2
Base URL
:https://instance2.example.org
Then, when we right-clic on a webpage, on hover of the
ArchiveBox Exporter
menu, we can select options like:[Instance 1] Archive Current Page
[Instance 1] Add Current Domain to List
[Instance 2] Archive Current Page
[Instance 2] Add Current Domain to List
Of course if only one instance is configured, we can keep showing
Archive Current Page
andAdd Current Domain to List
without mentioning instance name to don't break user's mental pattern.The text was updated successfully, but these errors were encountered: