
本工具允许您从FinTS兼容银行导入交易到Firefly III,并提供Web GUI引导整个导入流程。
curl或wget实现无浏览器自动化导入适用于已部署Firefly III的用户,需要将FinTS兼容银行的交易数据自动导入Firefly III进行统一财务管理与分析。
方法1:直接运行(非Docker)
bashgit clone https://github.com/bnw/firefly-iii-fints-importer.git cd firefly-iii-fints-importer composer install php -S 0.0.0.0:8080 app/index.php
方法2:使用Docker Compose(推荐)
bashgit clone https://github.com/bnw/firefly-iii-fints-importer.git cd firefly-iii-fints-importer docker-compose up
更新镜像:
bashdocker-compose pull && docker-compose up
方法3:本地构建镜像
修改docker-compose.yml文件,将image: benkl/firefly-iii-fints-importer替换为build: .,然后执行:
bashgit clone https://github.com/bnw/firefly-iii-fints-importer.git cd firefly-iii-fints-importer docker-compose up
(构建过程通常需要几分钟)
启动后,访问 http://localhost:8080 并按照Web界面指引完成导入配置。
data/configurations目录下创建JSON配置文件(参考https://github.com/bnw/firefly-iii-fints-importer/blob/master/data/configurations/example.json%EF%BC%89bank_2fa值对应Web界面中2-factor authentication选项的编号通过命令行工具(如curl或wget)执行自动化导入:
bash# 使用curl curl -X GET 'http://localhost:8080/?automate=true&config=example.json' # 使用wget wget -O - -q 'http://localhost:8080/?automate=true&config=example.json'
参数说明:
automate=true:启用无头模式config=example.json:指定配置文件(位于data/configurations目录)需确保配置文件中已正确设置
choose_account_automation选项
!https://raw.githubusercontent.com/bnw/firefly-iii-fints-importer/master/docs/img/screenshots.gif
本工具测试范围有限,如您的银行不兼容,请https://github.com/bnw/firefly-iii-fints-importer/issues/new%E3%80%82
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务