mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
api | 3 years ago | |
bin/server | 3 years ago | |
common | 3 years ago | |
docs/deploy | 3 years ago | |
resources | 3 years ago | |
scripts | 3 years ago | |
server | 3 years ago | |
store | 3 years ago | |
web | 3 years ago | |
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
CODEOWNERS | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
README.md
✍️ Memos
Memos is an open source, self-hosted alternative to flomo. Built with Go
and React
.
Making sure that you are in charge of your data and more customizations.
🎯 Intentions
- ✍️ For noting 📅 daily/weekly plans, 💡 fantastic ideas, 📕 reading thoughts...
- 📒 Write down the lightweight card memos easily;
- 🏗️ Build your own fragmented knowledge management tools;
✨ Features
- 🦄 Fully open source;
- 😋 Beautiful and detailed visual styles;
- 📑 Experience excellent interaction logic;
- ⚡️ Quick privatization deployment;
⚓️ Deploy Guide with Docker
-
download the initialized db file:
-
pull and run docker image:
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:dev
The default user account is guest
with password secret
.
Just enjoy it.