mimosa icon indicating copy to clipboard operation
mimosa copied to clipboard

Idea: Mimosa Proxy Config

Open Anachron opened this issue 10 years ago • 3 comments

Add options to Mimosa for proxy-settings. Could be either a long string with all data (test:[email protected]:1337) or single-parameter values, like

user: test
pass: safe
domain: any.com
port: 1337

You could allow a new CLI cmd for mimosa to save it and ask for manual typing or auto search (npm/bower/ENV-checks).

Edit: Where you need this? For all HTTP outbound traffic, like Mimosa-Mod-Search, Mimosa-Skel-Seach and more. You could write a little options wrapper and pass it to mimosaConfig in every module.

Anachron avatar Feb 27 '14 14:02 Anachron

Ping @dbashford

Anachron avatar May 19 '14 07:05 Anachron

Some day!

dbashford avatar May 19 '14 12:05 dbashford

Should be noted here, dont save it inside mimosa-config.coffee, but rather inside a file of '.mimosa'. Everything else is user unfriendly and can break app whenever pushing new configs.

Anachron avatar May 23 '14 15:05 Anachron