- Flomo 数据导入
- Flomo API 兼容
- 邮件每日回顾
- 注销账号,永久抹除数据
- CSV 数据导入导出
- Docker 镜像支持 ARMv7(树莓派)
服务器到期,体验 Demo 的后端已经关闭
# 1. git clone
git clone https://github.com/jerryshell/my-flomo-web.git
# 2. 修改 Dockerfile
# 将 VITE_API_BASE_URL 修改为你的 API 地址,如:https://flomo-api.jerryshell.eu.org
vim Dockerfile
# 3. 构建
docker build -t my-flomo-web . --no-cache
# 4. 启动
docker run --rm -p 9090:80 my-flomo-web
请参考 k8s/*.yaml
要注意修改:
deployment.yaml
的image
ingress/ingress.yaml
的host
ingress/tls-ingress.yaml
的host
- 这里的 TLS 需要前置条件,具体请看:K8s Traefik cert-manager DNS01 TLS