What's the best Open-Source selfhostable Notion replacement?

Joplin doesn’t seem fully FOSS.
Logseq seems nice but I won’t be able to hit it at notes.mydomain.works

What are good options? Ideally for keeping recipes and things

I built a fully open source multi-user live collaboration notes app, self host with docker, serve at root or a subpath, has an android, windows and Linux client app, plus the usual web UI.

github.com/TheFozid/go-notes

GitHub - TheFozid/go-notes: Collaborative note-taking application with real-time editing

Collaborative note-taking application with real-time editing - TheFozid/go-notes

GitHub
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!
Yeah, it’s entirely online only. And no e2ee, just relies on web server encryption like SSL.

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!