首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >3分钟,搭建一个你的简约时尚备忘录 : memos

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

作者头像
huolong
发布2023-08-09 19:20:30
发布2023-08-09 19:20:30
1K0
举报
文章被收录于专栏:技术指北技术指北

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

  1. 可以看到,readme里有对应的备忘录截图,个人觉得还是比较简约好看的。就是个备忘录还要啥花里胡哨呢。
  1. 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. 简单翻译:
  2. 接下来我们使用docker的方式来部署它!
  3. 若你没安装docker,可以先安装docker curl -sSL get.docker.com | sh
  4. 然后执行 docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest 来启动memos
  5. 启动好之后,我们通过 http://ip:5230 前台访问memos
  6. 前台可以更改语言,我们选择中文。 然后用户输入admin,密码输入admin进入页面
  1. 可以在首页发布你的想法
  1. 也可以上传或者从外部下载资源,比如图片什么的
  1. 设置页面有很多设置,包括但是不局限于 语言,主题,成员,存储等相关配置,这些就可以自己探索了~~ 当然,这种如果真要部署到外网的话,最好用nginx配置反向代理还有使用HTTPS,之后我们将更新如何使用Nginx配置反向代理
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2023年08月06日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档