ivdok

Results 10 comments of ivdok

As a Linux GUI & CLI user, I would certainly prefer any custom clients to be available as a NetworkManager plugin, in addition to classic CLI binaries. This would enable...

Manually allowing traffic between netmaker and host network interface works: ``` iptables -A FORWARD -i netmaker -o eth0 -j ACCEPT iptables -A FORWARD -o netmaker -i eth0 -j ACCEPT ```...

Spoke too soon - after a while netmaker thinks it's "unhealthy" and nukes my iptables changes to unscrew it.

@soakes I've since switched to [firezone/firezone](https://github.com/firezone/firezone), maybe it's way less advanced and more opinionated, but at least I didn't have to pull my hair out to do basic stuff like...

This issue also cannot be reproduced on Android, so that leaves only iOS app, which creates bogus request.

Contents of communication.log below: ``` 2020-10-08 05:49:33 Clear log with level 2 Nextcloud Coherence for iOS 3.0.8.0 © 2020 2020-10-08 05:49:35 Network request started: PROPFIND https://cloud.domain.tld/remote.php/webdav/CRM 2020-10-08 05:49:35 Network request...

> Hi, but in Android do you get the PROPFIND of https://cloud.domain.tld/remote.php/webdav//CRM/%D0%9D%D0%BE%D0%B2%D0%B8%D0%BA%D0%BE%D0%B2%D0%B0%20%D0%9C @marinofaggiana I can't tell right now, as Android app would likely require to mess with logcat, which I'm...

> Hi, but in Android do you get the PROPFIND of https://cloud.domain.tld/remote.php/webdav//CRM/%D0%9D%D0%BE%D0%B2%D0%B8%D0%BA%D0%BE%D0%B2%D0%B0%20%D0%9C That's the thing - iOS app should NOT request the PROPFIND. As I said in the 4th message,...

Just checking is enough to reproduce this. But at the same time it's not verbose enough for me to fix by myself. As I mentioned, the only thing that changed...

Bump. @fyfe @tonioo Can I at least have an acknowledgement instead of a deaf silence?