buttercup / buttercup-desktop

:key: Cross-Platform Passwords & Secrets Vault
https://buttercup.pw
GNU General Public License v3.0
4.25k stars 326 forks source link

Proxy support #1326

Open obedmr opened 3 months ago

obedmr commented 3 months ago

It seems like not having an option to setup proxies when you're behind a corporate network. Any insight would be useful Thanks

perry-mitchell commented 3 months ago

No, not currently.. I'd imagine that Buttercup (Electron+Node) should just use the system's proxy by default but I'm not sure, this would need testing.

Ideally it'd just use the system proxy and then the user configures their proxy in their network settings - this would avoid requiring a user interface, for now. In the future I don't see why we couldn't support a proxy configuration but I'd want that to be a second step.