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
email eae858e20b fix: type error 3 years ago
.github/workflows chore: update dev image tag name 3 years ago
api chore: clean server 3 years ago
bin/server feat: system api with profiles 3 years ago
common feat: system api with profiles 3 years ago
docs/deploy `next` docker tag deprecated (#42) 3 years ago
resources chore: update db resource 3 years ago
scripts refactor: backend 3 years ago
server feat: system api with profiles 3 years ago
store feat: system api with profiles 3 years ago
web fix: type error 3 years ago
.dockerignore feat: add build&push docker image action 3 years ago
.gitignore chore: add license and comments 3 years ago
CODEOWNERS chore: update readme 3 years ago
Dockerfile chore: update docker run commands 3 years ago
README.md chore: update readme 3 years ago
go.mod chore: address comments 3 years ago
go.sum chore(go): use `json` instead of `jsonapi` 3 years ago

README.md

✍️ Memos

Live DemoDiscussions

GitHub stars GitHub forks GitHub Watchers

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

  1. download the initialized db file:

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

🌟 Star history

Star History Chart


Just enjoy it.