kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
408 stars 54 forks source link

[suggestion] Allow for multiple accounts #171

Open elesto opened 2 years ago

elesto commented 2 years ago

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

crantok commented 2 years ago

@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.

mhtrinhLIC commented 2 years ago

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 ?

go2null commented 1 year ago

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