Do some parts of go-notes have proprietary sources? I can’t find the source for the native Android client in the repo or instructions on how to download and build it from elsewhere.
fozid@feddit.uk 1 day ago
I built a fully open source multi-user live collaboration notes app, self host with docker, serve at root or a subdomain, has an android, windows and Linux client app, plus the usual web UI.
nykula@piefed.social 1 day ago
fozid@feddit.uk 1 day ago
The android, windows and Linux app use propriety parts, the android app is a web view app built in android studio, the Linux and windows apps are just electron apps. I have all the source code I used to build them on my pc, but I didn’t create a repo for them. go-notes is fully open source with the backend in go, the clients are just extremely basic frontends.
nykula@piefed.social 1 day ago
It’d be cool if your app was installable from F-Droid, for which the sources have to be somewhere under a free license. I most likely won’t be able to contribute code but would indeed like to look through the sources, and maybe help with translation if the code supports internationalization.
fozid@feddit.uk 17 hours ago
Cool. I’ll add the android source code to the repo when I get chance 👍
Ek-Hou-Van-Braai@piefed.social 1 day ago
Nice, I’ll check it out
yyprum@lemmy.dbzer0.com 1 day ago
Very promising! If I understand correctly though, I can’t even create a note in offline mode to sync later? That would be a bit of a deal breaker for me personally. I couldn’t see much details on e2ee either, but maybe I missed that. Anyway, really well done!
fozid@feddit.uk 1 day ago
Yeah, it’s entirely online only. And no e2ee, just relies on web server encryption like SSL.
yyprum@lemmy.dbzer0.com 15 hours ago
Thanks for the extra details! I mean, it does make sense the way you are guiding the use case for the project. It’s just not my use case :)
In any case kudos for the job you’ve done!