{"id":42716199,"url":"https://github.com/sbates130272/batesste-firefly-iii","last_synced_at":"2026-01-29T15:39:01.123Z","repository":{"id":271269049,"uuid":"726853147","full_name":"sbates130272/batesste-firefly-iii","owner":"sbates130272","description":"A repo for a more controlled firefly-iii docker-compse based install. Leverage things like GitHub secrets to keep this secure even in the public domain.","archived":false,"fork":false,"pushed_at":"2025-09-19T18:49:09.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-19T21:28:17.571Z","etag":null,"topics":["docker-compose","firefly-iii","personal-finances"],"latest_commit_sha":null,"homepage":"https://www.firefly-iii.org/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbates130272.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-03T15:43:04.000Z","updated_at":"2025-09-19T18:49:10.000Z","dependencies_parsed_at":"2025-01-06T17:47:26.357Z","dependency_job_id":"abbe1070-1db4-4347-81cd-a25570739002","html_url":"https://github.com/sbates130272/batesste-firefly-iii","commit_stats":null,"previous_names":["sbates130272/batesste-firefly-iii"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbates130272/batesste-firefly-iii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbates130272%2Fbatesste-firefly-iii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbates130272%2Fbatesste-firefly-iii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbates130272%2Fbatesste-firefly-iii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbates130272%2Fbatesste-firefly-iii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbates130272","download_url":"https://codeload.github.com/sbates130272/batesste-firefly-iii/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbates130272%2Fbatesste-firefly-iii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","firefly-iii","personal-finances"],"created_at":"2026-01-29T15:38:59.892Z","updated_at":"2026-01-29T15:39:01.118Z","avatar_url":"https://github.com/sbates130272.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# batesste-firefly-iii\n\nA repository for the setup and running of my personal\n[Firefly-iii][ref-firefly] personal account tracking.\n\n# Install\n\nWe use the Docker method to install and we include the [firefly-ii\ndata importer][ref-importer]. We also include import configs in JSON\nformat in the [import configs folder](./import-configs). We can use\nthese for the relevant bank account imports.\n\nNote that before you run the ```docker compose``` command for the\nfirst time you need to create two docker volumes.\n```bash\ndocker volume create batesste-firefly-iii-upload\ndocker volume create batesste-firefly-iii-db\n```\nThen\n```\ndocker compose \\\n  -f batesste-firefly-iii.dc.yml \\\n  up\n```\nNote that the first time you do this two volumes will be created. Also\nnote this will register these containers to auto-start on reboot. This\nis handy.\n\n# Credentials\n\nThe first time I set this up I created an account. I do not see any\neasy way to automate this. Also two docker volumes were created.\n\n# Backups\n\nI use [this container][ref-backup] to back these up the volumes\nassociated with this service on a regular daily basis to a bucket on\nmy [AWS S3][ref-aws-s3] account. See the [configuration\nfile](./.backup.env) file for configuration.\n\n# Importing\n\nFor now I do manual imports for my CIBC and RBC accounts. I do not see\nan easy way to directly access those accounts.\n\n# Updating\n\nTo update to the latest versions of the containers used in this\ncompose do the following:\n```\ndocker compose -f batesste-firefly-iii.dc.yml down\ndocker compose -f batesste-firefly-iii.dc.yml pull\ndocker compose -d -f batesste-firefly-iii.dc.yml up -d --build\n```\n[ref-firefly]: https://docs.firefly-iii.org/\n[ref-importer]: https://docs.firefly-iii.org/how-to/data-importer/installation/docker/\n[ref-backup]: https://github.com/offen/docker-volume-backup\n[ref-aws-s3]: https://aws.amazon.com/s3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbates130272%2Fbatesste-firefly-iii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbates130272%2Fbatesste-firefly-iii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbates130272%2Fbatesste-firefly-iii/lists"}