Challenges with installation in secured network #2206
Unanswered
leadenchopsticks
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
You can download the webadmin manually https://stalw.art/docs/management/webadmin/update/#resource-location You may also need to download the spam filter rules https://stalw.art/docs/spamfilter/settings/general/#resource-location |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the response, but this does not fully address the issue: is it possible to download this via a proxy server? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our network does not allow any outgoing connections, except for whitelisted URLs via a proxy server. I think this is a common scenario in corporate networks. Stalwart does not really play nice with that.
First,
install.shwill try to download the latest release fromhttps://github.com/stalwartlabs. I allowed this URL in the proxy, however Github redirects the download to a generic download page atgithubusercontent.com. Opening this fully in our proxy is a no-go.After manually downloading the tar.gz on my Mac, copying it to my VM and patching
install.shso it does not download anymore, Stalwart is running. However the admin presents a 404, reason being the webadmin is not there yet (I think). It looks like Stalwart is attempting to directly download this from github.com, which is not allowed. I cannot find an option in Stalwart to use a proxy for this additional download, or am I missing something?In general I think this can be streamlined a bit more before the first 'official' release. Hope I can find a way to make the webadmin download work, because looking forward to start testing ;-)
Beta Was this translation helpful? Give feedback.
All reactions