# دمج المزيد من الإضافات الشائعة مع نواة Discourse

**URL:** <https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574>\
**Category:** Announcements\
**Created:** [10 يوليو 2025، 10:15ص UTC](https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574 "2025-07-10T10:15:25Z")\
**Posts on this page:** 1\
**Showing post:** 168

<div class="post-metadata">

**Author:** ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)\
**Post date:** [9 مارس 2026، 3:55م UTC](https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574/168 "2026-03-09T15:55:04Z")

</div>

مثير للاهتمام! أتساءل عما إذا كان ذلك بسبب أن صورة دوكر (docker image) الخاصة بنا تتضمن الآن `discourse-cakeday`، وعندما يتم “تخفيض إصدار” النواة (core) إلى 3.5، فإنها تترك دليلاً فارغًا خلفها.

إذا أضفت `rm -rf discourse-cakeday` قبل السطر `git clone https://.../discourse-cakeday`، فسيؤدي ذلك إلى تنظيفه. لذا سيبدو شيئًا كهذا:

```yaml
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - rm -rf discourse-cakeday
          - git clone https://github.com/discourse/discourse-cakeday

```

---

_[View the full topic](https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574)._
