An open source, lightweight note-taking service. Easily capture and share your great thoughts.
Go to file
2022-09-21 19:34:54 +08:00
.github/workflows chore: fix docker tag 2022-09-16 23:34:57 +08:00
.vscode chore: update config files 2022-08-25 20:44:17 +08:00
api feat: float mobile editor (#234) 2022-09-20 20:42:14 +08:00
bin/server chore: add get all memo api 2022-09-05 21:14:17 +08:00
common chore: move version pkg to server/version 2022-09-12 17:25:34 +08:00
docs chore: update docs 2022-09-09 00:32:01 +08:00
resources chore: update resources 2022-09-03 18:41:54 +08:00
scripts chore: update build folder 2022-08-27 08:57:05 +08:00
server chore: update memo detail access handler 2022-09-21 19:31:02 +08:00
store feat: update dev latest schema 2022-09-21 19:34:54 +08:00
web chore: update memo detail access handler 2022-09-21 19:31:02 +08:00
.dockerignore feat: add build&push docker image action 2021-12-14 10:17:24 +08:00
.gitignore chore: update build folder 2022-08-27 08:57:05 +08:00
.golangci.yaml chore: update golangci-lint config (#168) 2022-08-24 22:03:07 +08:00
CODEOWNERS chore: update readme 2022-03-06 12:07:58 +08:00
docker-compose.yaml chore: update readme 2022-09-03 18:46:16 +08:00
Dockerfile chore: set default flags in dockerfile 2022-08-22 20:52:30 +08:00
go.mod chore: add cache for resource 2022-09-09 00:50:58 +08:00
go.sum chore: add cache for resource 2022-09-09 00:50:58 +08:00
LICENSE feat: responsive view (#75) 2022-06-19 11:32:49 +08:00
README.md chore: update docs 2022-09-09 00:32:01 +08:00

✍️ memos

An open source, self-hosted knowledge base that works with a SQLite db file.

GitHub stars Docker pull Go report

Live DemoDiscuss in Telegram 👾

demo

Features

  • 🦄 Fully open source;
  • 📜 Writing in plain textarea without any burden,
    • and support some useful markdown syntax 💪.
  • 🌄 Share the memo in a pretty image or personal page like Twitter;
  • 🚀 Fast self-hosting with Docker;
  • 🤠 Pleasant UI and UX;

Deploy with Docker

Docker Run

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

Memos should be running at http://localhost:5230. If the ~/.memos/ does not have a memos_prod.db file, then memos will auto generate it.

Docker Compose

See more in the example docker-compose.yaml file.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰

Gets more about development guide.

Star history

Star History Chart