3分钟,搭建一个你的简约时尚备忘录 : memos

工作和日常生活中,我们经常有一些 IDEA 或者备忘需要记录。有的是在语雀,有的是在微信或者是自己手机的备忘录。懂的都懂,得各处翻。今天我们来搭建一个开源的备忘录,方便我们自己查看。”/}

github 地址:https://github.com/usememos/memos

  1. 可以看到,readme 里有对应的备忘录截图,个人觉得还是比较简约好看的。就是个备忘录还要啥花里胡哨呢。3分钟,搭建一个你的简约时尚备忘录 : memos - 第1张图片
  2. memos 的特性
    • Open source and free forever. Embrace a future where creativity knows no boundaries with our open-source solution – free today, tomorrow, and always.
    • Self-hosting with Docker in just seconds. Enjoy the flexibility, scalability, and ease of setup that Docker provides, allowing you to have full control over your data and privacy.
    • Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach.
    • Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others.
    • RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support. 简单翻译:3分钟,搭建一个你的简约时尚备忘录 : memos - 第2张图片3分钟,搭建一个你的简约时尚备忘录 : memos - 第3张图片
  3. 接下来我们使用 docker 的方式来部署它!
  4. 若你没安装 docker,可以先安装 docker curl -sSL get.docker.com | sh
  5. 然后执行 docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest 来启动 memos
  6. 启动好之后,我们通过 http://ip:5230 前台访问 memos
  7. 前台可以更改语言,我们选择中文。 然后用户输入 admin, 密码输入 admin 进入页面3分钟,搭建一个你的简约时尚备忘录 : memos - 第4张图片
  8. 可以在首页发布你的想法3分钟,搭建一个你的简约时尚备忘录 : memos - 第5张图片
  9. 也可以上传或者从外部下载资源,比如图片什么的3分钟,搭建一个你的简约时尚备忘录 : memos - 第6张图片
  10. 设置页面有很多设置,包括但是不局限于 语言,主题,成员,存储等相关配置,这些就可以自己探索了~~

    当然,这种如果真要部署到外网的话,最好用 nginx 配置反向代理还有使用 HTTPS,之后我们将更新如何使用 Nginx 配置反向代理

《3分钟,搭建一个你的简约时尚备忘录 : memos》留言数:0

发表留言