A lightweight, self-hosted memo hub. Open Source and Free forever.
Go to file
2022-04-03 22:14:43 +08:00
.github/workflows chore: update dev image tag name 2022-03-29 21:09:55 +08:00
api chore: clean server 2022-03-29 00:01:34 +08:00
bin/server feat: system api with profiles 2022-03-29 20:53:43 +08:00
common feat: system api with profiles 2022-03-29 20:53:43 +08:00
docs/deploy next docker tag deprecated (#42) 2022-04-02 12:18:20 +08:00
resources chore: update db resource 2022-03-24 19:30:04 +08:00
scripts refactor: backend 2022-02-03 15:32:03 +08:00
server feat: system api with profiles 2022-03-29 20:53:43 +08:00
store feat: system api with profiles 2022-03-29 20:53:43 +08:00
web chore: update readme 2022-04-03 22:14:43 +08:00
.dockerignore feat: add build&push docker image action 2021-12-14 10:17:24 +08:00
.gitignore chore: add license and comments 2021-12-14 10:36:52 +08:00
CODEOWNERS chore: update readme 2022-03-06 12:07:58 +08:00
Dockerfile chore: update docker run commands 2022-03-24 20:10:46 +08:00
go.mod chore: address comments 2022-02-05 11:43:25 +08:00
go.sum chore(go): use json instead of jsonapi 2022-02-04 16:51:48 +08:00
README.md chore: update readme 2022-04-03 22:14:43 +08:00

✍️ 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.