0.0.2 • Published 10 years ago

webfingerd v0.0.2

Weekly downloads
2
License
Unlicense
Repository
github
Last release
10 years ago

webfingerd

simple webfinger daemon in node.js

deployment

copy config file

$ cp config.example.json config.json

edit if needed

$ cp test/fixtures/perpetual-tripper@wwelves.org test/fixtures/yourName@yourDomain.tld

you need to configure nginx, if you don't use any other /.well-known services this would work (use port you set in config.json!):

upstream webfingerd {
        server 0.0.0.0:8888
}

location /.well-known {
        proxy_pass http://webfingerd;
}

development

$ cp config.example.json config.json

edit config.json if needed

$ npm install
$ grunt
0.0.2

10 years ago

0.0.1

10 years ago