Philippe Lamy

Results 10 issues of Philippe Lamy

Instead of having to scan the Docker log for script errors, redirect stderr. In requesthandler.sh, add `main 2>>/cnlogs/proxy.log` In trace.sh, remove this line : `echo "${str}" >> /cnlogs/proxy.log`. Otherwise, you'll...

Bump version to v2.8.1 released on July 11th Sparkwallet + welcome tested OK. Container log ok.

- Modified tests so that then can be ran from anywhere without interaction - Added github Action files in /.github to build+start CN+run tests on push (dev) + on schedule...

Let me know when u have time to take a look

After setup, the welcome app is not responding. - When trying to browse from a remote host (https://10.0.0.X:443/welcome), the browser times out. - When trying to curl from a remote...

mosquitto_pub does not support publishing a message to multiple topics See cyphernode/cyphernodeconf_docker/templates/bitcoin/blocknotify.sh cyphernode/cyphernodeconf_docker/templates/bitcoin/walletnotify.sh A fix has to be made to invoke mosquitto_pub 2 times - on each topic: ``` #...

When modified after initial setup. Need to delete file config.7z Gatekeeper: Gatekeeper cert CNS (ips, domains, wildcard domains seperated by comma)? I use domain names and/or IP addresses to create...

duplicate

Cyphernode’s setup should detect when there’s a conflict in IP addresses during swarm creation and ask the user what IP to use… but it doesn’t docker swarm init Error response...

enhancement

Add it here see cyphernode/cyphernodeconf_docker/lib/cert.js ==> const standardCNs = ['127.0.0.1','localhost','gatekeeper'];

good first issue