使用northflank低成本部署memos实例[已收费,不推荐]

官方网站

https://app.northflank.com/

可以免费注册可以建立两个服务器
拥有0.1Ghz和256MB的配置,
部署memos应该还是足够的
需要验证信用卡

目前部署memos可选择的方式有三种

分别使用sqlite,mysql,postgres

sqlite

由于northflank.com重启服务不会保存数据

所以sqlite版本部署需要使用S3存储

参照https://blog.memos.ee/archives/33.html

postgres

postgres可以使用
- Aiven https://console.aiven.io/
- Neon

首先注册好数据库,此处省略申请的步骤,默认已经拿到数据库的相关参数

按照下图依次填写

此处Environment variables设置格式为

MEMOS_DRIVER=postgres //mysql或者postgres
MEMOS_DSN=postgres://avnadmin:****TqaKo9Km0@pg-2a96ddf7-*-f9c0.a.aivencloud.com:23540/defaultdb//mysql的格式大同小异

演示地址1 使用sqlite部署
https://nf.memos.im/
演示地址2 使用postgres部署
https://memos.nf.memos.im

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注