Logseq can be launched as a desktop app and in a web browser and has both iOS and Android apps. Official sync is a paid feature but there are other options (e.g. Syncthing).
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
That's what I use.
Logseq with Syncthing for interoperability between my PC & smartphone.
How does syncthing compair to git. Im using git currently but sycing to mobile has a tendancy to break
No problems at all.
I setup a 3-way folder sync between 3 nodes:
- Desktop (Linux)
- Android
- VPS
VPS is always on, so even if my smartphone is not connected to the internet when I log off of my desktop, the smartphone automatically fetches the updated folder from the VPS .
I haven't used git for this purpose but I'd think the process would be tedious. Manual commit, push, fetch ...
Also, I tried to set it up with Nextcloud but I couldn't get Android Logseq to use the Nextcloud folder for some reason. I don't remember the exact issue.
I might have to try syncthing then im sure i can use git for versioning my notes from just one node and retain that feature. I use logseq so on desktop git syncing is automatic.
Second (or third?) Logseq. Bit of a learning curve, at least for me and overall it suits me much better than Standard Notes, which I was using previously. Standard Notes is now way overpriced compared to what it initially was, so great timing as well. One gripe I have with Logseq is you are unable to export queries as a page or text doc. It definitely has its quirks, though overall it's great. And if anyone wants to share how they organise pages, tags, etc. feel free!
I want to avoid syncthing for my notes as I've read some people experience issues with duplicates and conflicts between versions.
Since it just uses markdown files in a directory, You could use anything to synchronise the state. E.g. nextcloud desktop or git
Obsidian
I quite like Obsidian too. Markdown note app that has desktop & mobile versions. You can create templates and have it so that a new note using a template is opened automatically when you open the app (e.g. for daily notes). It also supports a lot of different community created plugins.
I sync across android & linux via google drive for free, otherwise Obsidian also has a paid sync feature.
While there seems to be a selhosted version, I can't log to it with the proprietary android app.
I think you can just sync the Obsidian Directory with any cloud service or syncthing and it should work fine.
yup, this is what I do and it works great. just be careful if you add plugins that store a ton of metadata that changes a lot (or logs) because that can lead to some sync conflicts and you might wanna exclude them. I've just been ignoring the sync conflicts tho and haven't had issues yet so maybe you could do the same
I asked this a couple of weeks ago, there were many solid suggestions: https://lemm.ee/post/4593760
I ended up with Joplin and am very happy with it.
Anytype - An open-source Notion alternative.
org-mode/org-roam in Emacs, on Orgzly mobile, synchronization via git.
If you’ve used Anytype, can you share your experience? I have an account and I’d like to move over some of my Notion content, but haven’t had time to try it yet.
Just a note taking app with support for different types of notes, templates, fields on notes for metadata etc.
I mostly use it to write down my ideas down and log tasks.
I started on a similar journey (escaping from Evernote rather than Nextcloud), and ended up on Silverbullet run at home and accessed over Tailscale. It is a bit of a different approach and has a small upfront learning time. I love having all my notes as reasonably plain markdown, so if I ever want to change my solution, my data's in an easily movable format - for example changing to Obsidian would not involve any import/export.
+1 for silver bullet. Love it. PWA works great. And it works offline I believe.
That looks really interesting, I'm fairly happy with Joplin but SB looks like how I’d do things if I wrote something like this.
org-mode :P
Org-mode, with Orgzly on Android, sync via a WebDav server, which you can also mount on you PC and literally use any editor to edit.
Filestash also has a Orgmode web-ui and works on top of WebDAV.
Notesnook is not ready for self-hosting yet, but it’s up next on their roadmap. I’ve been trying it out in advance and it seems to work ok. The only issue I have with it is that it logs you out of the apps way too often.
Looks promising. I'll be following. Thanks
The WebApp for trillium works great compared to the desktop app. You won't tell a difference
Qownnotes with nextcloud.
I'm willing to ditch Nextcloud as a whole
Didn't understand that by willing you meant wanting.
Sorry if it wasn't the right term, not a native English speaker ;)
Are there certain features you've grown to rely on?
I use plaintext documents with markdown. There's a markdown editor for the web. Markor is an excellent Android app. Take your pick of a number of text editors with markdown.
Just need a nice webui and a nice android app. But I need both.
Thanks for going back and updating with your solution - I'm gonna check that out.
There are other note apps that can sync with Nextcloud. I settled on Quillpad because of its checklist functionality, though admittedly it's not perfect.
I've been using the most recent fork and it was good, but as I said, I want to ditch Nextcloud as a whole.
As someone who is looking into having a nextcloud server running in the near future, may I ask why?
I'm ditching my nextcloud as well. It's just way too bloated. I wish they offered a stripped down version with only the features you want to use.
Do you not plan to have any kind of cloud storage?
I do, but I'll be running FileRun or something alike
Joplin via Dropbox (free account) is effortless and painless. I used to sync it via nextcloud and it always gave me issues. It has an iOS, Android, and Desktop app so why do you need Web Ui?
A webui can be extremely useful on, say, a work computer with strict install policies, or if you're borrowing someone else's machine and need to look something up (maybe you're fixing or installing something on someone else's computer and want your notes easily accessible).
Makes sense
Memos might do the trick for you. There is a 3rd party android native app, but I found the PWA to be quite good. Markdown is stored in a single sqlite db file though, if that bugs you.
I use memos already, but for another purpose. This app is great :)
It is odd that there’s no web app for Joplin given that it’s written in TypeScript. It’s such a commonly requested feature, I wonder what the problem is.
See https://lemm.ee/post/4593760 for a related post and more discussions about pros and cons of each.