A lightweight, self-hosted memo hub. Open Source and Free forever.
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.
 
 
 
 
Go to file
Christopher 4641e89c17
feat(system): support for disabling public memos (#1003)
* feat(system): support for disabling public memos

* fix(web/editor): set visibility to private on disabled public memos

* feat(server/memo): find/check if public memos are disabled

* fix(server/memo): handle error for finding system error

* fix(server/memo): unmarshal visiblity when getting system settings

* chore(web): move side effect imports to end

* Update memo.go

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
.github
.vscode chore: setup project workspace for better DX (#1048) 2 years ago
api feat(system): support for disabling public memos (#1003) 2 years ago
bin/server
common
docs
plugin feat: storage service backend (#1086) 2 years ago
resources chore: update readme with dark mode demo (#1049) 2 years ago
scripts
server feat(system): support for disabling public memos (#1003) 2 years ago
store feat: storage service backend (#1086) 2 years ago
web feat(system): support for disabling public memos (#1003) 2 years ago
.dockerignore
.gitignore chore: setup project workspace for better DX (#1048) 2 years ago
.golangci.yaml
CODEOWNERS chore: update readme (#1047) 2 years ago
Dockerfile
LICENSE
README.md docs: add shortcut for ios (#1083) 2 years ago
SECURITY.md
docker-compose.uffizzi.yml chore: update signup api (#1067) 2 years ago
docker-compose.yaml
go.mod feat: storage service backend (#1086) 2 years ago
go.sum feat: storage service backend (#1086) 2 years ago

README.md

✍️ memos

GitHub stars Docker pull Discord

Live Demo • Discuss in Telegram / Discord 🏂

demo

demo-dark

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.

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

Example docker compose YAML file: docker-compose.yaml.

You can upgrade memos with the following command.

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

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. 🥰

See more in development guide.

Products made by 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