知識管理と社会化を備えたオープンソースのセルフホスト型メモハブ。
Docker
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest
If the
~/.memos/
does not have a memos_prod.db
file, then memos will auto generate it. Memos will be running at http://localhost:5230.
Docker ComposeExample Compose YAML file: docker-compose.yaml
.
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
Other guides
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.
This project is open source and available under the MIT License.