How to completely uninstall / remove a plugin

أعتقد أنه يمكن العثور على ملف app.yml في المسار /var/discourse/containers/app.yml. ستحتاج إلى تعديل هذا الملف وإزالة أي مراجع للإضافة. يجب أن تتمكن من العثور على شيء مشابه للآتي في الملف:

## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-jwt.git
          - git clone https://github.com/zh99998/discourse-cross-origin.git

كل سطر من سطور git clone هناك يشير إلى إضافة مُثبّتة في مثيل Discourse. بعد تعديل الملف، ستحتاج إلى إعادة بناء تطبيق Discourse. من مجلد /var/discourse، يمكنك تشغيل الأمر ./launcher rebuild app لإعادة بناء تطبيق Discourse.