搭建个人备忘录中心服务memos、轻量级笔记服务

目录

一、源码

二、官网

三、搭建

四、使用


一、源码

GitHub - usememos/memos: A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

二、官网

memos - Easily capture and share your great thoughts

三、搭建

复制代码
docker run -d \
  --init \
  --name memos \
  --publish 5230:5230 \
  --volume ~/.memos/:/var/opt/memos \
  ghcr.io/usememos/memos:latest

四、使用

相关推荐
黎宇幻生2 小时前
Java全栈学习笔记33
java·笔记·学习
朗迹 - 张伟3 小时前
Golang安装笔记
开发语言·笔记·golang
siy23337 小时前
[c语言日记] 数组的一种死法和两种用法
c语言·开发语言·笔记·学习·链表
不会聊天真君64712 小时前
ES(springcloud笔记第五期)
笔记·elasticsearch·spring cloud
汇能感知12 小时前
光谱相机在AI眼镜领域中的应用
经验分享·笔记·科技
汇能感知12 小时前
光谱相机的图像模式
经验分享·笔记·科技
XFF不秃头14 小时前
力扣刷题笔记-三数之和
c++·笔记·算法·leetcode
被遗忘的旋律.14 小时前
Linux驱动开发笔记(十)——中断
linux·驱动开发·笔记
nnerddboy15 小时前
Linux嵌入式自学笔记(基于野火EBF6ULL):1.配置环境
linux·笔记·单片机·嵌入式硬件
二进制怪兽16 小时前
[笔记] 系统分析师 第八章 软件工程
笔记