Build personal memo center service memos and lightweight note-taking service

Table of contents

1. Source code

Second, the official website

3. Build

4. Use


1. Source code

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

Second, the official website

memos - Easily capture and share your great thoughts

3. Build

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

4. Use

Guess you like

Origin blog.csdn.net/wenxingchen/article/details/132575189