# 개발자가 커스텀 플러그인을 만들고 있는데 내장 플러그인이 전부 사라졌어요

**URL:** https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196
**Category:** Support
**Created:** [1월 11, 2026, 10:36오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196 "2026-01-11T22:36:33Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 11, 2026, 10:36오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/1 "2026-01-11T22:36:33Z")

</div>

그가 추가한 1개를 제외하고 모든 플러그인이 사라졌습니다. 그는 다른 시간대에 있어서, 제가 직접 몇 가지 추가 정보를 얻고자 이렇게 질문합니다.

몇 가지 검색을 해보았는데, 앱을 다시 빌드하려면 업그레이드나 명령어 실행만 하면 되는 것 같습니다.

최근에 설정한 S3 버킷이 작동하지 않거나 업로드를 못 하는 이유도 이 때문일 것 같습니다.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [1월 11, 2026, 10:46오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/2 "2026-01-11T22:46:39Z")

</div>

`ls /var/www/discourse` 명령을 실행하면 어떤 결과가 나타나요?

또한 `git pull`을 실행한 후 앱을 다시 빌드해 보세요.

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 11, 2026, 11:01오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/3 "2026-01-11T23:01:03Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/e/e/8/ee8e1e3a4f2f311e5fbf8b9f9e782be88551e258.png)

git pull을 어디서 실행하나요?

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [1월 11, 2026, 11:04오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/4 "2026-01-11T23:04:23Z")

</div>

음… 그래서 플러그인이 여전히 존재하는군요. 귀하의 사이트에서 플러그인 목록에 표시되지 않는지 확인할 수 있을까요?

`git pull`을 실행한 후 다음과 같이 재빌드하세요:

```bash
cd /var/discourse
git pull
./launcher rebuild app

```

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 11, 2026, 11:06오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/5 "2026-01-11T23:06:20Z")

</div>

플러그인 영역에 표시되지 않습니다.

Docker 데몬에 연결할 수 없습니다 - 데몬이 실행 중인지 및 접근 권한이 있는지 확인하세요

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [1월 11, 2026, 11:11오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/6 "2026-01-11T23:11:32Z")

</div>

이 플러그인을 제거하면, 현재 개발 중이던 다른 플러그인들이 다시 나타나요?

또한, `app.yml` 파일의 `after_code` 섹션에 `rm -rf` 명령이 포함되어 있나요?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [1월 11, 2026, 11:14오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/7 "2026-01-11T23:14:11Z")

</div>

이것이 표준 설치인가요?

“모든 플러그인” 링크를 클릭했나요?

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 11, 2026, 11:18오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/8 "2026-01-11T23:18:36Z")

</div>

이미 몇 가지 플러그인이 설정되어 있었습니다. 이것은 셀프호스팅 설치입니다.

저희 개발자가 아무것도 건드리지 말라고 했습니다:

화면 캡처를 공유한 그 폴더는 제 현재 포럼 설치가 아니라 다른 설치인 것 같습니다.

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 11, 2026, 11:19오후 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/9 "2026-01-11T23:19:45Z")

</div>

그가 무슨 일이 일어났는지 말하기를 기다릴 것입니다.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [1월 12, 2026, 12:42오전 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/10 "2026-01-12T00:42:09Z")

</div>

> [@hipp0](#):
>
> 제 개발자가 아무것도 건드리지 말라고 했어요

저도 그렇게 말했을 거예요. 🤣🤣🤣

잘 해결될 것 같네요!

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [1월 12, 2026, 4:43오전 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/11 "2026-01-12T04:43:23Z")

</div>

네, 이제 다 잘 작동하고 있어요. 모든 걸 커스터마이징하는 데 공을 많이 들였는데, 그래서 좀 불안했어요.

지금은 괜찮습니다! 감사합니다, 여러분.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2월 11, 2026, 4:44오전 UTC](https://meta.discourse.org/t/my-dev-is-making-some-custom-plugins-and-all-the-built-in-plugins-disapeared/393196/12 "2026-02-11T04:44:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
