# 인기 플러그인을 Discourse 코어에 번들링

**URL:** https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574
**Category:** Announcements
**Created:** [7월 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:** 83

<div class="post-metadata">

### Author: ![pacharanero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pacharanero/32/500583_2.png) [@pacharanero](https://meta.discourse.org/u/pacharanero)
#### Post date: [7월 29, 2025, 10:59오전 UTC](https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574/83 "2025-07-29T10:59:35Z")

</div>

셀프 호스팅 사용자나 저처럼 고객에게 호스팅 서비스를 제공하는 경우를 위해, 새로 번들된 플러그인 중 이미 `containers/app.yml`에 포함되어 있는 항목을 나열하는 간단한 `grep` 명령을 공유합니다.

```bash
grep -E 'git clone .*(discourse-(adplugin|affiliate|ai|apple-auth|assign|calendar|chat-integration|data-explorer|gamification|github|graphviz|hcaptcha|login-with-amazon|lti|math|microsoft-auth|oauth2-basic|openid-connect|patreon|policy|post-voting|reactions|rss-polling|solved|subscriptions|templates|topic-voting|user-notes|zendesk-plugin|cakeday))' containers/app.yml

```

이 명령은 루트 권한으로 `/var/discourse` 디렉터리에서 실행해야 하며, 재빌드 전에 app.yml의 플러그인 섹션에서 수동으로 제거해야 하는 줄을 출력합니다.

---

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