中国版 discourse docker repo 的 fork

使用 hub.fastgit.org 替代 github.com 以实现快速克隆。fastgit.org 是中国的一个 GitHub 代理站点。

Fastgit

  1. 在包含 launcher 的目录中运行 git remote set-url origin https://hub.fastgit.org/SettingDust/discourse_docker_china
  2. 运行 ./launcher rebuild app,启动器将更新为使用 hub.fastgit.org

fastgit 已切换到 fastgit.xyz。运行命令应为
git remote set-url origin https://hub.fastgit.xyz/SettingDust/discourse_docker_china

要运行的命令是
git remote set-url origin https://mirror.ghproxy.com/https://github.com/SettingDust/discourse_docker_china
Fastgit 似乎已宕机