
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
gitbook-plugin-disqus-proxy
Advanced tools
[](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
[](https://www.npmjs.org/package/gitbook-plugin-disqus-proxy)
The npm package gitbook-plugin-disqus-proxy receives a total of 5 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.