TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Self-hosted alternative to Apple Notes?

8 点作者 hosteur超过 1 年前
I find myself using Apple Notes more than I really like to. It is just so very convenient to be able to access and edit notes from my phone when I am on the go. However, these notes exist in a closed off world in which I can only access them from my iOS and MacOS devices. Since I also have to use both Linux and Windows devices quite a lot, I am seeking an alternative solution.<p>Also, I do not like my notes being shared with Apple, so I strongly prefer deploying a self-hosted solution.<p>What good alternatives are out there?<p>From a tech standpoint, it should be able to implement the backend fairly simply by having an authentication mechanism, a REST API and a key-value store. This should easily scale to whatever a handful of people in a household could put in it.<p>The bigger problem is probably the front end: for this to actually work well, there must be a client for MacOS, Linux, and Windows as well as iOS and potentially Android. For bonus points there would be a webinterface and CLI as well...<p>Has anyone made such solution?<p>One alternative I have thought of is to just use Signal&#x27;s &quot;Notes to self&quot; feature. It kinda works, and there are clients for all the needed platforms. However, the limitation is that there is only one &quot;note&quot; in it, and the format is a stream of messages to yourself that you cannot really edit.

6 条评论

ssss11超过 1 年前
I use Joplin, using the open source Joplin Server hosted on my nas in docker. I only sync my phone and laptop to it. It works perfectly.<p>I haven’t enabled encryption on the notes although I think you can do that.
评论 #39189182 未加载
sbuk超过 1 年前
&gt; I do not like my notes being shared with Apple<p>They&#x27;re not. If you&#x27;re not convinced, make sure that you have advanced data protection enabled.<p>Anything else with similar functionality is either paid SaaS or more than just notes, which you may or may not find appealing.<p><a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-gb&#x2F;guide&#x2F;security&#x2F;sec973254c5f&#x2F;web" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-gb&#x2F;guide&#x2F;security&#x2F;sec973254c5f&#x2F;...</a>
2rsf超过 1 年前
With organice you can host your notes on Gitlab for free and the backend becomes &quot;git&quot;. You get web apps for Windows, iOS and Android.<p><a href="https:&#x2F;&#x2F;organice.200ok.ch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;organice.200ok.ch&#x2F;</a>
stop50超过 1 年前
Nextclouds note app is the only thing that comes to my mind.
评论 #39210326 未加载
评论 #39189140 未加载
cranberryturkey超过 1 年前
i use simplenote. its foss and syncs across all devices
评论 #39188933 未加载
madelineosiris超过 1 年前
There is no need for a self-hosted option. You could use Obsidian or LogSeq, they have a host of features including Markdown support. They support Android, iPhone&#x2F;Mac, Linux, and Windows. Both offer cloud options that are encrypted. However both app&#x27;s cloud features are behind a paywall, and LogSeq&#x27;s is currently in alpha.