Allow multiple containers for multiple logins
For example, I might have a work and a home Gmail account. As things are now, I can assign mail.google.com to the Work container, for example, but then I can't open it in the Personal container, as Containerise takes over and forces it into the Work container. What I'd like to be able to do is still have Work as default, but Personal as an "also allowed" option - so if I opened Gmail in the Personal container, it would stay in that container - but if I tried to open it in any other container, or in no container, Containerise would force it into the Work container (as it does now).
This is a much needed enhancement.
I was hoping I would be able to get around this issue with Switch Container. But, of course, it just causes the container to switch back to what is in defined in Containerise.
I am in a similar situation: Using one web service with two identities, where each identity is associated with one container but there is no filter to discriminate between them available.
My idea would be to implement a "chooser" in this case. Say I want to use "app.example.com" from container "A" and "B", then I would want to do the following.
Add a line to my config:
app.example.com , A , B
Since there are multiple containers in this line, whenever I visit "app.example.com", containerise should present a chooser asking me "Which container do you want to use?". The first one (from the config line) should be preselected so that I can dismiss the chooser quickly.
Edit on 2020-07-07: I'd like to also have keyboard shortcuts, so that I don't have to use a pointing device. This can be achieved by mapping (for example) the number keys (1 to 9) to container names as they are displayed in a list-like structure.
I am in a similar situation: Using one web service with two identities, where each identity is associated with one container but there is no filter to discriminate between them available.
My idea would be to implement a "chooser" in this case. Say I want to use "app.example.com" from container "A" and "B", then I would want to do the following.
Add a line to my config:
app.example.com , A , BSince there are multiple containers in this line, whenever I visit "app.example.com", containerise should present a chooser asking me "Which container do you want to use?". The first one (from the config line) should be preselected so that I can dismiss the chooser quickly.
Seems like a neat solution to a recurring issue.
@kintesh Is this achievable?