Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
gitbook-plugin-disqus-proxy
Advanced tools
[![npm package](https://img.shields.io/npm/v/gitbook-plugin-disqus-proxy.svg?style=flat)](https://www.npmjs.org/package/gitbook-plugin-disqus-proxy)
book.json
:{
"plugins": ["disqus-proxy"],
"pluginsConfig": {
"disqus-proxy":{
"shortname":"ciqu",
"username":"ciqu",
"host": "disqus-proxy.ycwalker.com",
"port": 5509
}
}
}
gitbook install
参数说明:
shortname
是你的website的 shortname 名称 比如在你的disqus安装代码中 有这样一句脚本:
s.src = 'https://test-eo9kkdlcze.disqus.com/embed.js';
那么你的disqus 的shortname 就是 test-eo9kkdlczeusername
是你的disqus用户名,即评论时候留下的名字,用来区别disqus-proxy的评论头像显示host
是你启用disqus代理的VPS的域名port
是VPS服务器启用disqus代理的端口,需要与之后配置的后端一致后端已经分离出来,查看这里进行配置
FAQs
[![npm package](https://img.shields.io/npm/v/gitbook-plugin-disqus-proxy.svg?style=flat)](https://www.npmjs.org/package/gitbook-plugin-disqus-proxy)
The npm package gitbook-plugin-disqus-proxy receives a total of 1 weekly downloads. As such, gitbook-plugin-disqus-proxy popularity was classified as not popular.
We found that gitbook-plugin-disqus-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.