Michael Sparmann

Results 6 issues of Michael Sparmann

It appears that Moonraker needs the `gpiod` module from libgpiod, not the `gpiod` PyPI package. In the current images, both are installed, leading it to pick up the wrong one....

Looks like this https://github.com/dlundquist/sniproxy/blob/b8bf7cb6ba6b3ed1459b98268a56ec5ee45c7cba/src/listener.c#L361 was overlooked in commit https://github.com/dlundquist/sniproxy/pull/275/commits/b1ce26f68bafed752297afaca272bc29c5444dfa

The CryptPad config file is created as `config.js` in the cryptpad installation directory, while CryptPad seems to expect it at `config/config.js`. https://github.com/systemli/ansible-role-cryptpad/blob/191ca070967ef7bdfe2c7ae270155ddcc11f180e/tasks/main.yml#L89 The contents also seem to be a bit...

On Ubuntu 18.04 (and I assume most other Debian-based systems as well), node-gyp will require the `make` and `g++` packages to build native nodejs packages required by cryptpad.

Systemd service installation fails on Ubuntu, due to this line of code being only enabled on Debian. https://github.com/systemli/ansible-role-cryptpad/blob/191ca070967ef7bdfe2c7ae270155ddcc11f180e/tasks/main.yml#L117 This is equally applicable to Ubuntu, and, along with the other two...

On Ubuntu 18.04, deployment fails due to npm not being installed, but required by `npm install bower -g` later on.