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
archives
it needs to rewritten to publish on dockerHub
Prerequisites: Node.js 16, just
Then:
just setup-dev-env
just install
to 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
test
withtest-detailed
,test-debug
,test-cover
for common presets