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

boojack bc68a0fe33 fix: check localsetting exists (#1076) 1 year ago
.github 81f2166912 chore: update code owners (#1041) 1 year ago
.vscode 94f97208e3 chore: setup project workspace for better DX (#1048) 1 year ago
api 82f82c48eb fix: delete tag (#1062) 1 year ago
bin 1ace332152 feat: graceful shutdown server (#1016) 1 year ago
common 1ace332152 feat: graceful shutdown server (#1016) 1 year ago
docs afc9709484 chore: update dev config (#857) 1 year ago
plugin 491859bbf6 chore: update activity metrics (#908) 1 year ago
resources 3e40b9df66 chore: update readme with dark mode demo (#1049) 1 year ago
scripts 1ace332152 feat: graceful shutdown server (#1016) 1 year ago
server 82f82c48eb fix: delete tag (#1062) 1 year ago
store f74d1b7bf8 chore: remove resource cache (#1059) 1 year ago
web bc68a0fe33 fix: check localsetting exists (#1076) 1 year ago
.dockerignore c5368fe8d3 chore: update resource dialog style (#982) 1 year ago
.gitignore 94f97208e3 chore: setup project workspace for better DX (#1048) 1 year ago
.golangci.yaml 466bfe4b49 chore: update golangci-lint config (#168) 1 year ago
CODEOWNERS bd9003c24b chore: update readme (#1047) 1 year ago
Dockerfile 677750ef51 chore: upgrade version to `0.10.1` (#949) 1 year ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md 3e40b9df66 chore: update readme with dark mode demo (#1049) 1 year ago
SECURITY.md 89179f78c2 chore: add `SECURITY.md` (#562) 1 year ago
docker-compose.uffizzi.yml 3f0601f651 feat: add Uffizzi Integration (#655) 1 year ago
docker-compose.yaml 43575e6f54 chore: update readme 1 year ago
go.mod 1ace332152 feat: graceful shutdown server (#1016) 1 year ago
go.sum 1ace332152 feat: graceful shutdown server (#1016) 1 year ago

README.md

GitHub stars Docker pull Discord

Live Demo β€’ Discuss in Telegram / Discord πŸ‚

demo

demo-dark

Features

  • πŸ¦„ Open source and free forever;
  • πŸš€ Support for self-hosting with Docker in seconds;
  • πŸ“œ Plain textarea first and support some useful Markdown syntax;
  • πŸ‘₯ Set memo private or public to others;
  • πŸ§‘β€πŸ’» 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/ will be used as the data directory in your machine. And /var/opt/memos is the directory of the volume in docker and should not be modified.

Docker Compose

Example docker compose YAML file: docker-compose.yaml.

You can upgrade memos with the following command.

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

Other guides

Contribute

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

See more in development guide.

Products made by Community

User stories

Join the community to build memos together!

License

MIT License.

Star history

Star History Chart