ARCHIVED — This standalone service has been merged into open-pryv.io. All development continues there. This repo is kept as read-only reference.
Register and DNS servers for Pryv.io.
To enable UDP6 add ip6 value to the configuration, e.g. :
"dns": {
...
"ip": "127.0.0.1",
"ip6": "::1",
...
}
- update docker pryvio/base1.8.1 to base1.9.0 (or latest)
- realease github workflow has been archived in
archivesit needs to rewritten to publish on dockerHub
Prerequisites: Node.js 16, just
Then:
just setup-dev-envjust installto install node modules
Running just with no argument displays the available commands (defined in justfile).
just test [...params]
- Extra parameters at the end are passed on to Mocha (default settings are defined in
.mocharc.js) - Replace
testwithtest-detailed,test-debug,test-coverfor common presets