셀프 호스팅 시 주의해야 할 다른 점은 무엇인가요?

Continuing the discussion from Recommended Hosting Providers for Self Hosters :

What about mails and plugins in case of a self hosted solution?
How do I get plugins if I self host myself.
Obviously I’ll have to look after the mail integration as well, right?

What else will I have to take care of?

대부분의 유익한 플러그인은 Customization > Plugin (기능이 없거나 손상된 플러그인은 하위 카테고리로 이동됨) 에 있습니다.

네, 참고하세요: discourse/docs/INSTALL-email.md at main · discourse/discourse · GitHub

  • 백업:
  • 업그레이드 (월 1회 권장): ssh 명령줄 또는 대시보드를 통한 Docker Manager 화면에서 수행합니다.

And to add to Robert’s already detailed reply, you’ll also need to take care troubleshooting your Discourse instance and getting support from the community. Search, Support and #installation are very useful for this.

But if you follow the official install guide, you know your way around a server and are a seasoned Discourse user, then self-hosting is a very good option.

I’ve had a frightening number of people do absolutely nothing and not come back to me for years after I’ve done an installation wanting an upgrade. I don’t recommend that.

If you push backups to S3 and have that configuration in your yml file, then the yml file is all you need to recover from a catastrophy.

Mostly you can do upgrades from the web interface, but about 3x/year you need to do a command line upgrade, which is usually as simple as ./launcher rebuild app. Sometimes, it’s a bit more complicated. I offer a service where I do those upgrades when they are required, but I suspect you don’t need that.