homeland 开源论坛/社区系统

Posted by eye on 02-09,2023

homeland

Homeland 是一个基于Rails的开源论坛/社区系统 .

系统特点

  • Fullstack论坛应用,简约而不简单,页面浏览响应速度极快。
  • 支持在不同屏幕尺寸下显示,如桌面平台、iPad、iPhone 和任何移动设备。
  • 实时关注用户、话题、通知,不错过每一个你关心的内容。
  • 内容格式为Markdown,阅读页面样式整洁美观。
  • 支持使用Twemoji和系统表情符号。
  • 您可以将 Homeland 与任何现有系统相结合,实现单点登录。您还可以使用 Homeland 作为 SSO 提供者地址来同步帐户并登录其他系统。
  • 内置的API可以在您需要的时候基于它开发您的移动应用程序。

使用docker安装

git clone https://github.com/ruby-china/homeland-docker.git
cd homeland-docker/

请编辑app.local.env文件:

# For auto SSL get cert
domain=your-host.com
# default: [email protected], when you use this email register a user, you will get the admin role.
# Or you can change it as your email.
[email protected]
make install
make start