Tobias Knöppler

Results 116 comments of Tobias Knöppler

Hey, please add the information requested in the issue template (especially the output of `ncp-report`). That issue should already be fixed in the latest version.

Okay, that shouldn't happen anymore. Can you 1. give me the output of `cat /usr/local/bin/CONFIG/nc-datadir.sh` 2. run `ncp-update fix/ncdatadir-unbound-variable` and then try again? Please perform the steps in this order

> cat: /usr/local/bin/CONFIG/nc-datadir.sh: No such file or directory Damnit, I forgot a directory. It would have been `/usr/local/bin/ncp/CONFIG/nc-datadir.sh` In your log I can recognize a bug with nc-format-USB (it doesn't...

@nembrinj @dekzi @glenn-sorrentino This should already be fixed in the latest version. I was not able to reproduce this issue with latest master on a VM (using the curl installer)....

Good to hear! I'll close the issue then. If you encounter more issues, I'll reopen it.

I have drafted a fix for this: https://github.com/nextcloud/nextcloudpi/pull/1601 It's still untested and can be improved

Somehow the ncp app is currently broken, but only in the terminal (`ncp-config`). I'll have to investigate that...

@nachoparker I have now implemented the ability to supply a public key. However, it get's caught by the sanitization, because SSH public keys contain spaces (specifically at [this line](https://github.com/nextcloud/nextcloudpi/blob/master/ncp-web/ncp-launcher.php#L69)). I...

I have taken the liberty to implement the 3rd option as an example. If you are not fine with it, it can always be reverted.