Total Pageviews

Wednesday 29 March 2023

memos

 memos 是「一个具有知识管理和社交网络的开源、自我托管的备忘录中心」。这是一个类似私人微博的产品,支持标签、过滤、搜索、多账户,可以自用也可以和朋友一起使用,用来碎片化的记录信息.



主要特征:

  • 🦄 开源且永久免费
  • 🚀 使用 Docker 几秒内安装托管
  • 📜 纯文本,支持 Markdown 语法
  • 🧑‍💻 支持 RESTful API
  • 📋 使用 iframe 在其他网站上嵌入备忘录
  • 🏷️ 支持标签
  • 📆 GitHub 式的交互式日历视图
  • ☁️ 数据库可保存至 S3 API(AWS S3、Cloudflare R2、MinIO)
  • 👮 支持 SSO 登录(OAuth 2.0)
  • 💾 轻松迁移和备份数据

Memos也有不少客户端,支持IOS/Android,当然不要客户端也可以,memos本来页面就很简单也适配了手机,客户端相当于是个网页套壳了。

想要玩memos,你需要自行安装,门槛也不高,支持docker一键部署。

官网:https://usememos.com/

源码:https://github.com/usememos/memos 

-----

memos - 一款开源、轻量级的笔记服务程序

Demo site: https://demo.usememos.com/ ,https://demo.usememos.com/explore
文档: https://www.usememos.com/docs

flomo 的替代品,隐私性更好、拓展性更强.

经过多轮迭代升级,功能已经非常全面了!

上手体验了一下,简直爱不释手啊,直接在 Nas 部署了一个,速度快,颜值也高,非常建议大家去试试 .

------------

An open source, lightweight note-taking service. Easily capture and share your great thoughts.

usememos.com

A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

Home PageBlogsDocsLive Demo

Docker pull Translation status Discord

demo

Key points

  • Open source and free forever. Embrace a future where creativity knows no boundaries with our open-source solution – free today, tomorrow, and always.
  • Self-hosting with Docker in just seconds. Enjoy the flexibility, scalability, and ease of setup that Docker provides, allowing you to have full control over your data and privacy.
  • Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach.
  • Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others.
  • RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support.

Deploy with Docker in seconds

docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:stable

The ~/.memos/ directory will be used as the data directory on your local machine, while /var/opt/memos is the directory of the volume in Docker and should not be modified.

Learn more about other installation methods.

from https://github.com/usememos/memos

 


 

No comments:

Post a Comment