Docs link not found. https://docs.dify.ai/getting-started/faq/install-faq #4183

Closed
opened 2026-02-21 18:05:06 -05:00 by yindo · 2 comments
Owner

Originally created by @simplast on GitHub (Jun 19, 2024).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

ssrf_proxy server

for more information, please refer to

https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16.-why-is-ssrf_proxy-needed

link from docker-compose.yaml

Originally created by @simplast on GitHub (Jun 19, 2024). ### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Please do not modify this template :) and fill in all the required fields. ### Provide a description of requested docs changes # ssrf_proxy server # for more information, please refer to # https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16.-why-is-ssrf_proxy-needed link from docker-compose.yaml
yindo added the 📚 documentation label 2026-02-21 18:05:06 -05:00
yindo closed this issue 2026-02-21 18:05:06 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jun 20, 2024):

The correct URL for the ssrf_proxy server documentation in the docker-compose.yaml file should be:

# ssrf_proxy server
# for more information, please refer to
# https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16-why-is-ssrf_proxy-needed
ssrf_proxy:
  image: ubuntu/squid:latest
  restart: always
  volumes:
    # pls clearly modify the squid.conf file to fit your network environment.
    - ./volumes/ssrf_proxy/squid.conf:/etc/squid/squid.conf
  networks:
    - ssrf_proxy_network
    - default

This link points to the section about the "ssrf_proxy" server in the self-hosted installation FAQ, explaining why it is needed [1].

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Jun 20, 2024): <!-- Answer --> The correct URL for the `ssrf_proxy` server documentation in the `docker-compose.yaml` file should be: ```yaml # ssrf_proxy server # for more information, please refer to # https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-16-why-is-ssrf_proxy-needed ssrf_proxy: image: ubuntu/squid:latest restart: always volumes: # pls clearly modify the squid.conf file to fit your network environment. - ./volumes/ssrf_proxy/squid.conf:/etc/squid/squid.conf networks: - ssrf_proxy_network - default ``` This link points to the section about the "ssrf_proxy" server in the self-hosted installation FAQ, explaining why it is needed <sup>[[1]](https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@crazywoola commented on GitHub (Jun 20, 2024):

We are re-editing the maintenance help document, please be patient and wait for our work to finish, you can switch to Chinese first.

@crazywoola commented on GitHub (Jun 20, 2024): We are re-editing the maintenance help document, please be patient and wait for our work to finish, you can switch to Chinese first.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#4183