I don’t know if this is in the right place, but do you know if there is a way to automatically set up self-hosted environment server address on desktop app and web plugin without doing it manually on each client computer. This can be very helpful in case of mass deployment in a enterprise.
In the desktop app, you could programmatically edit the data.json file for Bitwarden under the user’s application data directory. It’s not possible for browser extensions since their data files have to be accessed through the extension APIs.