node-webfinger-service:node.js中的webfinger服务实现

时间:2021-05-03 05:54:53
【文件属性】:
文件名称:node-webfinger-service:node.js中的webfinger服务实现
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-03 05:54:53
JavaScript 节点网络手指服务 node.js中的webfinger服务实现 介绍 这是为node.js编写的非常简单的WebFinger服务。 目前,它仅支持JSON,并且很可能存在错误。 欢迎提供反馈,贡献和错误报告。 安装 $ git clone git://github.com/silverbucket/node-webfinger-service.git $ cd node-webfinger-service $ npm install 设置 1.基本配置 $ cp config.js.example config.js 编辑config.js并设置您的域名,以及将接收其请求的协议(http或https)。 2.用户数据 所有用户数据都位于resource/acct/目录中。 每个文件在webfinger-service进行查找时都被视为用户名(它实际上不检查任何系统帐户)。 此处有一个名为u
【文件预览】:
node-webfinger-service-master
----.travis.yml(77B)
----bin()
--------webfinger-service(2KB)
----package.json(813B)
----config.js.example(181B)
----resource()
--------acct()
----.gitignore(28B)
----lib()
--------webfinger-service.js(2KB)
----README.md(2KB)

网友评论