All Projects → kenvix → Comment-Server

kenvix / Comment-Server

Licence: GPL-3.0 license
【已停止更新,改用Java重写中】🥂 适用于Hexo的独立评论系统,效果类似Wordpress的原生评论 [WIP]

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

博客文章评论服务端

一个为 Hexo 等静态博客设计的评论服务端,效果类似 Wordpress等博客系统的评论。该评论端有如下特色:

  1. 支持评论邮件通知(支持PHP/SMTP/Sendcloud等第三方平台)
  2. 支持Akismet反垃圾评论
  3. 邮件通知和反垃圾评论支持异步处理,提高用户体验
  4. 具有独立web管理面板
  5. 支持使用 SQLite 和 Mysql 数据库
  6. 支持评论盖楼,评论关键词屏蔽

安装

请确保服务端安装了 Composer

git clone https://github.com/kenvix/Comment-Server.git
composer install

修改 config 目录下的所有设置。参考注释修改。

入口

位于public文件夹

配置

使用 Nginx 的服务端,需要在站点配置文件中加入:

rewrite ^(.*)$ /public/$1 break;

将上述代码在原配置文件的 root 的下一行加入

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].