搭建个人备忘录中心服务memos、轻量级笔记服务

目录

一、源码

二、官网

三、搭建

四、使用


一、源码

GitHub - usememos/memos: A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

二、官网

memos - Easily capture and share your great thoughts

三、搭建

docker run -d \
  --init \
  --name memos \
  --publish 5230:5230 \
  --volume ~/.memos/:/var/opt/memos \
  ghcr.io/usememos/memos:latest

四、使用

猜你喜欢

转载自blog.csdn.net/wenxingchen/article/details/132575189