50% off 所有套餐限时优惠,起价 $2.48/mo
Memos

Memos

Memos 是一款自托管笔记应用。以 Twitter 式微博形式管理个人知识,支持 Markdown、图片上传和标签分类。单 Go 二进制文件,MIT 授权,提供简洁的时间倒序信息流。轻量、专注,适合每日记录。

Version

Latest

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

1 GB

IP Types

IPV4,IPV6

Web Access

  • 打开浏览器,访问你的 Memos 实例: http://<SERVER_IP>
  • 首次访问时,你会看到初始设置页面。创建你的管理员账户。
  • 第一个创建的用户将自动成为管理员。请务必使用强密码!

重要文件与目录

  • /root/memos/docker-compose.yml → Docker Compose 定义文件
  • /var/lib/docker/volumes/memos_postgres_data → Persistent data
  • /etc/nginx/sites-available/memos.conf → 反向代理配置

Docker 管理命令

cd /root/memos
docker ps                     # List running containers
docker compose logs -f        # Follow logs
docker compose restart        # Restart service

域名与 SSL 配置

将你的域名指向服务器 IP。

编辑 Nginx 配置:

vim /etc/nginx/sites-available/memos.conf

Replace server_name _; with server_name <your-domain>;

Install Certbot:

apt install -y certbot python3-certbot-nginx

运行 Certbot 签发 SSL 证书:

certbot --nginx --non-interactive --agree-tos --email <your-email> -d <your-domain>

测试并重载 Nginx:

sudo nginx -t
sudo systemctl reload nginx

Open in browser: https://<your-domain>

更多自托管内容

Related apps.

立即部署 Memos。 From $2.48/mo.