containerise icon indicating copy to clipboard operation
containerise copied to clipboard

[suggestion] Allow for multiple accounts

Open elesto opened this issue 2 years ago • 3 comments

HI, I use this addon in combination with temporary containers. I need the ability to have two web (example:gmail) accounts open at the same time. Currently when I open gmail, your addon takes me to my gmail container which is great, but when I create a temporary container to use my other account in, it will pull me out of that container and into my default account. The ability to respect current temporary containers would be very useful. Thanks

elesto avatar Jan 13 '22 06:01 elesto

@elesto The configuration in Containerise are the equivalent of the "Always open in this container" setting in Firefox Containers. The difference is that Containerise can direct lots of subdomains to the same container with one glob (or make even more sophisticated distinctions using regex.) If you don't want that to happen for gmail then this is probably the wrong add-on for that site.

crantok avatar May 29 '22 20:05 crantok

My sugesstion for multi account: you have a website (eg gmail.com, github.com) that match more than one container (*.gmail.com or *.github.com), in which case, the addon will just have a popup, asking which of the matching container should be use ?

mhtrinhLIC avatar Jun 02 '22 02:06 mhtrinhLIC

maybe have the container names in an array (explicit or implicit), instead of a single value?

*.example.com, Example
*.google.com, [primaryGmail, secondaryGmail]
*.github.com, primaryGitHub, secondaryGitHub

go2null avatar Jun 19 '23 13:06 go2null