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

Zeng1998 2ca1d9ada4 fix: patch user with nil password (#1290) 1 year ago
.github e46f77681d chore(build): anchor setup-buildx-action@v2 to version v0.9.1 (#1089) 1 year ago
.vscode afaaec8492 feat(mode): add demo mode (#1121) 1 year ago
api 2ca1d9ada4 fix: patch user with nil password (#1290) 1 year ago
cmd 1517688076 chore: update code structure (#1139) 1 year ago
common d0b8b076cf feat: implement sign in with SSO (#1119) 1 year ago
doc 6dab43523d docs: create CustomThemes.md (#1210) 1 year ago
docs afc9709484 chore: update dev config (#857) 1 year ago
plugin 98a127e230 fix: s3 custom path (#1249) 1 year ago
resources b70117e9f4 chore: update demo screenshot (#1246) 1 year ago
scripts 1517688076 chore: update code structure (#1139) 1 year ago
server e150599274 chore: upgrade version to `v0.11.1` (#1247) 1 year ago
store 9577f6dbe8 feat: add resource visibility to user setting (#1190) 1 year ago
web dcf7f72c41 chore: add heat map to sidebar (#1255) 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 1517688076 chore: update code structure (#1139) 1 year ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md b70117e9f4 chore: update demo screenshot (#1246) 1 year ago
SECURITY.md 89179f78c2 chore: add `SECURITY.md` (#562) 1 year ago
docker-compose.uffizzi.yml afaaec8492 feat(mode): add demo mode (#1121) 1 year ago
docker-compose.yaml 43575e6f54 chore: update readme 1 year ago
go.mod 50a99e9120 fix: correct comments for exported functions and variables (#1158) 1 year ago
go.sum 1517688076 chore: update code structure (#1139) 1 year ago
main.go 1517688076 chore: update code structure (#1139) 1 year ago

README.md

GitHub stars Docker pull Translation status Discord

Live Demo β€’ Discuss in Telegram / Discord

demo

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
  • πŸ“‹ Embed memos on other sites using iframe
  • #️⃣ Hashtags for organizing memos
  • πŸ“† Interactive calendar view
  • πŸ’Ύ Easy data migration and backups

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

  • Provided docker compose YAML file: docker-compose.yaml.

  • You can upgrade to the latest version memos with:

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

Other installation methods

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. πŸ₯°

Learn more about contributing in development guide.

Products made by our Community

User stories

Join the community to build memos together!

Acknowledgements

  • Thanks Uffizzi for sponsoring preview environments for PRs.

License

MIT License

Star history

Star History Chart