A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts https://usememos.com/
Steven 9957f8e290 chore: move dsn output to dev mode | 10 часов назад | |
---|---|---|
.github | 1 день назад | |
bin | 10 часов назад | |
internal | 3 месяцев назад | |
plugin | 4 дней назад | |
proto | 4 дней назад | |
scripts | 2 недель назад | |
server | 10 часов назад | |
store | 1 день назад | |
test | 6 дней назад | |
web | 10 часов назад | |
.dockerignore | 2 лет назад | |
.gitignore | 2 недель назад | |
.golangci.yaml | 5 месяцев назад | |
.goreleaser.yaml | 5 дней назад | |
CODEOWNERS | 2 лет назад | |
Dockerfile | 4 дней назад | |
LICENSE | 2 лет назад | |
README.md | 2 дней назад | |
SECURITY.md | 1 год назад | |
entrypoint.sh | 1 месяц назад | |
go.mod | 5 дней назад | |
go.sum | 5 дней назад |
An open-source, self-hosted note-taking solution designed for seamless deployment and multi-platform access. Experience effortless plain text writing with pain-free, complemented by robust Markdown syntax support for enhanced formatting.
Home Page • Blogs • Docs • Live Demo
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:stable
[!NOTE] This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed documentation.
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! 🥰