An open source, lightweight note-taking service. Easily capture and share your great thoughts.
Find a file
1900 5290270daa
feat: update readme (#20)
* Update README.md
2022-01-16 13:33:25 +08:00
.github/workflows feat: add build&push docker image action 2021-12-14 10:17:24 +08:00
api feat: support open api with webhooks 2022-01-09 11:44:12 +08:00
resources chore: remove config files 2022-01-09 11:46:02 +08:00
scripts add dockerfile 2021-12-12 11:43:27 +08:00
server feat: support open api with webhooks 2022-01-09 11:44:12 +08:00
store feat: support open api with webhooks 2022-01-09 11:44:12 +08:00
utils fix: local timezone (#5) 2021-12-14 06:27:41 +08:00
web fix: tag query filter 2022-01-12 20:52:04 +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
Dockerfile fix: docker timezone to Asia/Shanghai (#8) 2021-12-14 11:33:19 +08:00
go.mod update auth api with session 2021-12-10 13:41:17 +08:00
go.sum update auth api with session 2021-12-10 13:41:17 +08:00
LICENSE chore: add license and comments 2021-12-14 10:36:52 +08:00
README.md feat: update readme (#20) 2022-01-16 13:33:25 +08:00

✍️ Memos

GitHub issues GitHub forks GitHub stars GitHub license

Demo Telegram 群组

Memos 是一款开源的 flomo 替代工具。/ An open-source alternative to flomo.

您可以很方便快捷的私有化部署出属于您自己的碎片化知识管理工具!

为何做这个?

用于记录:

  • 📅 每日/周计划、💡突发奇想、📕读后感...
  • 🏗️ 代替了我在微信上经常使用的“文件传输助手”;
  • 📒 打造一个属于自己的轻量化“卡片”笔记簿;

有何特点呢?

  • 开源项目;
  • 😋 精美且细节的视觉样式;
  • 📑 体验优良的交互逻辑;
  • 快速部署
  • 🚀 目前正在全力开发中,更多特性陆续公布...

使用Docker部署

一、下载数据库文件至本地 ~/data/memos.db,运行命令。

mkdir ~/data
cd ~/data
wget --no-check-certificate https://github.com/justmemos/memos/blob/main/resources/memos.db?raw=true 

二、创建并启动容器,镜像里包含所需的所有环境。只需自行 pull + run即可完成部署。

docker run --rm --pull always --name memos -p 8080:8080 -v ~/data/:/usr/local/memos/data/ -d neosmemo/memos

! 默认数据库内会有两个帐号,分别为 testguest ,密码均为 123456 部署完成后请及时更改你的密码

enjoy!