dify icon indicating copy to clipboard operation
dify copied to clipboard

When set MARKETPLACE_ENABLED=false, Find More in Marketplace in Tools should be hidden

Open fsea opened this issue 11 months ago • 3 comments

Self Checks

  • [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [x] Please do not modify this template :) and fill in all the required fields.

Dify version

1.1.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

When set MARKETPLACE_ENABLED=false, Find More in Marketplace in Tools should be hidden

Image

Image

✔️ Expected Behavior

MARKETPLACE_ENABLED=false, hide the marketplace link in the issue

❌ Actual Behavior

There is no hiding

fsea avatar Mar 27 '25 08:03 fsea

Image

fsea avatar Mar 27 '25 08:03 fsea

To ensure that setting MARKETPLACE_ENABLED=false hides the "Find More in Marketplace" link in the Tools section when using Dify version 1.1.3 in a self-hosted Docker environment, you need to set the MARKETPLACE_ENABLED environment variable to false in your docker-compose.yaml file:

environment:
  MARKETPLACE_ENABLED: 'false'

After making this change, restart your Docker services with the following commands to apply the configuration:

docker compose down
docker compose up -d

This should effectively hide the "Find More in Marketplace" link in the Tools section [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

dosubot[bot] avatar Mar 27 '25 09:03 dosubot[bot]

MARKETPLACE_ENABLED=false is set in .env, but the link is still displayed

fsea avatar Mar 27 '25 09:03 fsea