standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

Syncing is not available behind an authenticated proxy #125

Closed gizmometer closed 1 year ago

gizmometer commented 6 years ago

I am unable to reach the sync servers because I work behind an authenticated proxy. Please consider adding support for this type of environment.

moughxyz commented 6 years ago

Hey Conrad, does this only happen via the desktop app, or the web app as well?

gizmometer commented 6 years ago

Hi Mo, it's only on the desktop app.

moughxyz commented 6 years ago

This issue has come up previously once in the past, and unfortunately the solution requires a lot of manual intervention in the code. I can't really promise when I can get to this, but I'll keep a close eye on it.

dreamflasher commented 5 years ago

I am running into this problem too, is there now any way to use the desktop app behind a proxy?

moughxyz commented 5 years ago

Not that I know of currently..

zicklag commented 1 year ago

I'm running into this, too. I once added proxy support for the Astro CLI here, using global-agent, and it turned out the only code change was a few lines of initialization code:

import {
    bootstrap as bootstrapGlobalAgent
} from 'global-agent';

bootstrapGlobalAgent({
    environmentVariableNamespace: '',
});

That should set it up to read the http_proxy environment variables.

I just found Standard Notes, so I'm not sure if I'll end up using it yet, but if it seems nice I could try a PR real quick to see if it actually ends up that easy to fix.

effieeee commented 1 year ago

Hi @zicklag, the app repo is here if you’d like to try submitting a PR! https://github.com/standardnotes/app/pulls