An open source, lightweight note-taking service. Easily capture and share your great thoughts.
Find a file
Zeng1998 4276a7a56d
feat: remove unused resources (#379)
* feat: dialog content enhancement

* feat: remove unused resources

* update

* update

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-31 11:23:44 +00:00
.github
.vscode
api feat: patch resource filename (#360) 2022-10-29 07:40:09 +00:00
bin/server feat: add metric plugin (#361) 2022-10-29 03:15:39 +00:00
common chore: update memo list api (#350) 2022-10-27 14:02:42 +00:00
docs
plugin/metrics feat: add metric plugin (#361) 2022-10-29 03:15:39 +00:00
resources
scripts
server fix: get memo list order (#370) 2022-10-29 12:54:54 +00:00
store fix: resource table migration (#369) 2022-10-29 11:47:31 +00:00
web feat: remove unused resources (#379) 2022-10-31 11:23:44 +00:00
.dockerignore
.gitignore
.golangci.yaml
CODEOWNERS
docker-compose.yaml
Dockerfile
go.mod feat: add metric plugin (#361) 2022-10-29 03:15:39 +00:00
go.sum feat: add metric plugin (#361) 2022-10-29 03:15:39 +00:00
LICENSE
README.md chore: update readme (#375) 2022-10-30 14:42:56 +08:00

✍️ memos

An open-source, self-hosted memo hub for knowledge management and collaboration.

GitHub stars Docker pull Go report

Live DemoDiscuss in Telegram 👾

demo

Features

  • 🦄 Open source and forever free;
  • 🚀 Support for self-hosting with Docker in seconds;
  • 📜 Plain textarea first and support some useful markdown syntax;
  • 👥 Collaborate and share with your teammates;
  • 🧑‍💻 RESTful API for self-service.

Deploy with Docker in seconds

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.

If you want to upgrade the version of memos, use the following command.

docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d

Contribute

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 information in development guide.

Community Products

Star history

Star History Chart