Le plugin ne fonctionne pas. / Le plugin n'a pas d'effet

Is there any problem with this format? However, it doesn’t work after I run “/launcher rebuild app”.

## Plugins go here

## see Install plugins on a self-hosted site for details

hooks:

after_code:

- exec:

    cd: $home/plugins

    cmd:

      - git clone https://github.com/discourse/docker_manager.git

      - git clone https://github.com/fantasticfears/discourse-chinese-localization-pack.git

      - git clone https://github.com/mooosu/wechat_qrconnect

      - git clone https://github.com/discourse/discourse-staff-alias.git

      - git clone https://github.com/discourse/discourse-animated-avatars.git

      - git clone https://github.com/scavin/discourse-bilibili-onebox.git

      

- exec:

    cd: $home/plugins/discourse-animated-avatars

    raise_on_fail: false

    cmd:

      - $home/plugins/discourse-animated-avatars/scripts/install.sh

## Any custom commands to run after building

Hi there, which plugin doesn’t work? Could you elaborate further on this problem? Thanks!

3 « J'aime »

Sorry, my statement may have been incorrect. It seems that the plugin cannot be installed. This is my app. yml

What do you want to do with this topic? It seems you don’t need any help? If not, shall I delete this topic?

If you do need help, you need to provide us some more details about the plugin you are trying install and where you are getting stuck. Is the rebuild failing with an error? If so the error can help pinpoint the problem.

The app.yml snippet you shared in the first post is a little confusing to look at because it’s double spaced and not everything is in the code block. My app.yml is single spaced. Spacing and indentation matter in the app.yml and if you get it wrong that can cause the rebuild to fail.

1 « J'aime »