# README
功能清单
- Flomo 数据导入
- Flomo API 兼容
- 邮件每日回顾
- 注销账号,永久抹除数据
- CSV 数据导入导出
- Docker 镜像支持 ARMv7(树莓派)
体验 Demo
服务器到期,体验 Demo 的后端已经关闭
如何运行
Docker
提前准备好 PostgreSQL,然后建立一个数据库即可
无需建表,my-flomo-server 第一次启动会自动建表
# 1. 创建并进入 my-flomo-server 目录
mkdir my-flomo-server && cd my-flomo-server
# 2. 下载 docker-compose.yaml
wget https://raw.githubusercontent.com/jerryshell/my-flomo-server/master/docker-compose.yaml
# 3. 根据自己的环境修改配置
vim docker-compose.yaml
# 4. 启动服务
docker-compose up -d
K8s
请参考 k8s/*.yaml
要注意修改:
configmap.yaml
的data
部分ingress/ingress.yaml
的host
ingress/tls-ingress.yaml
的host
- 这里的 TLS 需要前置条件,具体请看:K8s Traefik cert-manager DNS01 TLS
相关项目
开源协议
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author