基于render免绑信用卡零成本搭建memos

年前使用replit搭建memos使用了一段时间,但是后面又收费了,不得已只得搞了一台阿里云99元/年的云服务器,后面又发现了使用render并配合腾讯云的dnspod实现程序持续运行。

下面是部署过程:

一、创建Web Service

  1. 使用render创建Web Service,选择 Deploy an existing image from a registry
  2. Image URL:填写为 neosmemo/memos:stable
  3. Name:自己随便填
  4. Region:地区选择singapore,相比其他几个地区,从大陆访问选择新加坡速度是最快的
  5. For hobby projects:选择 Free $0/ month 512 MB (RAM) 0.1 CPU
  6. Environment Variables:添加环境变量Key:port,Value:5230
  7. 以上填写完成后点击 Create Web Service
  8. 部署完成memos3.png

添加网站监控

由于免费版render程序在一定时间内没有访问程序会自动进入休眠状态,需要通过网站监控保障持续运行。
memos4.png

示例

https://yhzmemos.onrender.com/explore