A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts https://usememos.com/
boojack ca770c87d6 chore: upgrade version to `v0.13.2` (#1873) | 1 year ago | |
---|---|---|
.github | 1 year ago | |
.vscode | 1 year ago | |
api | 1 year ago | |
assets | 1 year ago | |
cmd | 1 year ago | |
common | 1 year ago | |
docs | 1 year ago | |
plugin | 1 year ago | |
scripts | 1 year ago | |
server | 1 year ago | |
setup | 1 year ago | |
store | 1 year ago | |
test | 1 year ago | |
web | 1 year ago | |
.dockerignore | 1 year ago | |
.gitignore | 1 year ago | |
.golangci.yaml | 2 years ago | |
CODEOWNERS | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
SECURITY.md | 1 year ago | |
docker-compose.dev.yaml | 1 year ago | |
docker-compose.uffizzi.yml | 1 year ago | |
docker-compose.yaml | 2 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
A lightweight, self-hosted memo hub. Open Source and Free forever.
Documentation • Live Demo • Discuss in Discord / Telegram
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest
The
~/.memos/
directory will be used as the data directory on your local machine, while/var/opt/memos
is the directory of the volume in Docker and should not be modified.
Learn more about other installation methods.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. We greatly appreciate any contributions you make. Thank you for being a part of our community! 🥰