الإضافات لا تظهر

Dear Support.

After I add and remove Discord Bot Plugin, my plugin list does not show and not working.

This is my plugin list:

Hi, could you copy/paste your app.yml here: http://www.yamllint.com/ ?
Is there any error thrown during rebuild ?

3 إعجابات

Dear Support.

This is app.yml file validate:

I dont see any error thrown during rebuild!

إعجاب واحد (1)

What does the update menu show in the admin settings? Do you see the plugins listed there? Maybe try another rebuild, just in case?

إعجاب واحد (1)

I dont see the plugin list.
I try to rebuild many times.

I think the problem when I add this code and remove:

hooks:
    before_code:
       - exec:
              cmd:
                - apt-get update
                - apt-get install -y libsodium-dev

I follow this guide: Discord Sync: sync a Discourse forum with a Discord server

إعجاب واحد (1)

indentation seems off :thinking:

ha ! no, you’re missing an s at hook in your first post :grin:
should be:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
6 إعجابات

OMG.

That’s problem!

Thank you!

إعجاب واحد (1)

I went over that code at least 10 times and missed that. Guess I need coffee.

إعجابَين (2)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.