# 想尝试自托管，有一些问题想问

**URL:** <https://meta.discourse.org/t/thinking-of-trying-self-hosted-and-have-some-questions/357265>\
**Category:** Self-hosting\
**Created:** [2025年三月14日 09:40 UTC](https://meta.discourse.org/t/thinking-of-trying-self-hosted-and-have-some-questions/357265 "2025-03-14T09:40:47Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![alltiagocom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alltiagocom/32/492709_2.png) [@alltiagocom](https://meta.discourse.org/u/alltiagocom)\
**Post date:** [2025年三月14日 09:40 UTC](https://meta.discourse.org/t/thinking-of-trying-self-hosted-and-have-some-questions/357265/1 "2025-03-14T09:40:47Z")

</div>

我正在查看[官方说明](https://meta.discourse.org/t/install-discourse-in-production-with-the-official-supported-instructions/142537)来自己托管，我有一些问题：

1. 如果我使用 DigitalOcean，对于一个新成立的小型社区，我需要从[这个页面](https://www.digitalocean.com/pricing)上购买什么？我认为 Droplets 是必需的，但还有什么呢？我想了解一下成本是多少？我现在每个月的实际成本会是多少？

2. 当说 `通过 SSH 使用服务器的 IP 地址连接到您的服务器` 时，我该如何做到？我刚问了 ChatGPT 和 Claude 关于这个问题，他们都给了我同样的答案：我可以使用 Mac 上的终端运行命令：

```plaintext
sudo apt install docker.io
sudo apt install git

```

```plaintext
sudo -s
git clone https://github.com/discourse/discourse_docker.git /var/discourse
cd /var/discourse
chmod 700 containers

```

```plaintext
./discourse-setup

```

你能确认他们的答案吗？

* * *

我对安装的某些方面有一些基本的了解，并且我相信通过一些研究和联系相关公司会帮助我，但我不是专家。

基本上，考虑到托管服务的费用和限制，我可以用我每月支付的相同金额，“玩”一下自托管选项，也许可以玩 2 个月，看看我自己安装 Discourse 能走多远，然后是安装插件、维护等所有其他事情。在那个“试用期”结束时，我可以决定继续使用自托管，或者意识到这对我来说太难了，然后开始一个托管解决方案的计划。

任何建议和帮助都将不胜感激 🙌

---

_[View the full topic](https://meta.discourse.org/t/thinking-of-trying-self-hosted-and-have-some-questions/357265)._
