You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through testing, I have discovered that the proxy address for midjourney must be a self-hosted HTTPS address, and this proxy must be openly accessible without being restricted by firewall IP policies for private access.
This poses a significant challenge to security.
My requirements are:
Without using HTTPS, I only need to set up a proxy on the server's local address 127.0.0.1 and access it directly.
Alternatively, it can be set directly in the Docker parameters, such as -e MIDJOURNEY_PROXY_URL=https://XXXXX. It does not need to be displayed on the web or externally, but this solution still poses a risk of the HTTPS proxy being accessed by others.
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
🥰 需求描述
Through testing, I have discovered that the proxy address for midjourney must be a self-hosted HTTPS address, and this proxy must be openly accessible without being restricted by firewall IP policies for private access.
This poses a significant challenge to security.
My requirements are:
🧐 解决方案
To deploy the midjourney's proxy directly on the server's localhost 127.0.0.1, for example, on port 3382 (as in 127.0.0.1:3382). lobe-chat can interact with https://midjourney.chat-plugin.lobehub.com/ by accessing the midjourney's proxy through http://127.0.0.1:3382/.
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: