Syncing is not available behind an authenticated proxy #2551
Replies: 9 comments
-
|
Hey Conrad, does this only happen via the desktop app, or the web app as well? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Mo, it's only on the desktop app. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
I am running into this problem too, is there now any way to use the desktop app behind a proxy? |
Beta Was this translation helpful? Give feedback.
-
|
Not that I know of currently.. |
Beta Was this translation helpful? Give feedback.
-
|
I'm running into this, too. I once added proxy support for the Astro CLI here, using import {
bootstrap as bootstrapGlobalAgent
} from 'global-agent';
bootstrapGlobalAgent({
environmentVariableNamespace: '',
});That should set it up to read the 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. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @zicklag, the app repo is here if you’d like to try submitting a PR! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi guys. I've landed here because I've just begun trialling StandardNotes with self-hosted sync. The sync server sits behind Pangolin. In order to fully benefit from the Pangolin access control and authentication layer, Standard Notes Desktop/mobile applications would need to implement Custom Proxy Headers, which is one of the forms of proxy authentication that Pangolin supports. I've seen other applications that support this, such as Immich (photos) and Obsidian (community plugin for self-hosted sync). Any chance Standard Notes will implement this in the future? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to reach the sync servers because I work behind an authenticated proxy. Please consider adding support for this type of environment.
Beta Was this translation helpful? Give feedback.
All reactions