Compose pencil disappeared

@cketti How about installing the “discourse-solved” plugin? I also missed that one already on this instance. It needs to be installed via SSH, so I cannot do that. I can do the settings afterwards, though.

  • Edit /var/discourse/containers/app.yml
  • In the hooks: after_code: section (below the line that clones docker_manager), add:
    - git clone https://github.com/discourse/discourse-solved.git
    
  • Rebuild the container:
    cd /var/discourse
    ./launcher rebuild app
    
3 Likes

Done. Thanks for the instructions :+1:

That would be great. Thanks :heart:

3 Likes