danielkrajnik
                                            danielkrajnik
                                        
                                    I've tried changing version in package.json to 20.2.0 and running `yarn install`, but it kept failing. Trying to build node version 12.13.1 [from source](https://www.devdungeon.com/content/build-nodejs-source) now... ...and failing: ```` ../deps/v8/src/base/debug/stack_trace_posix.cc:34:10: fatal...
Thanks both: @munen I haven't seen [this guide](https://github.com/200ok-ch/organice/tree/master/contrib/organice-on-android-with-webdav-server). The version it mentions is outdated and because [termux only offers the latest version of node](https://wiki.termux.com/index.php?title=Node.js), which as of june 2023 is...
Is the native android client still being developed? It would be much easier to use.
Fantastic, thank you for pointing me to the build. I will give it a try. I understand that this is the only way for organice to access local files without...
Sorry, but how do you build this .apk? I couldn't find it mentioned anywhere and I'm not quite sure how it's usually done with react.
thank you very much, I've totally missed that. Node version as of June 2023 is 12.13.1. Really curious why it's so old (I'm not a web dev). Will try it...
local webdav server is the only thing that I've got working so far: `dufs -A -a admin:123@/:rw -b 127.0.0.1 -p 8008 --tls-cert cert.pem --tls-key key.pem shared/Notes` using [dufs](https://github.com/sigoden/dufs) you need...
I ended up using orgzly(-revived) as well. It works okay as long as you stick to specific notebooks (it still doesn't delete notebooks if they were deleted in an upstream...
I want to try your build, thank you for sharing it. In terms of being paranoid, I'm wondering what's the worst that could happen. Private key stays on the Nitrokey...
Thanks, so if the user only accesses Nitrokey's GPG key with a theoretically untrusted OKC, the attacker would still need to get user's physical Nitrokey or infect the exact machine...